X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Feventdevs%2Fdpaa.rst;h=73832957fd8161ae5d51243eeb728d69fae5d637;hb=e0d88a394e91f446234aa04d0f9e01c150b0d347;hp=44ed128466326313bd282e0cd1c2535851eb715b;hpb=a9980aa483aea9dc5b5f353916efc9f6889ef0c0;p=dpdk.git diff --git a/doc/guides/eventdevs/dpaa.rst b/doc/guides/eventdevs/dpaa.rst index 44ed128466..73832957fd 100644 --- a/doc/guides/eventdevs/dpaa.rst +++ b/doc/guides/eventdevs/dpaa.rst @@ -111,16 +111,16 @@ The dpaa eventdev is exposed as a vdev device which consists of a set of channel and queues. On EAL initialization, dpaa components will be probed and then vdev device can be created from the application code by -* Invoking ``rte_vdev_init("event_dpaa")`` from the application +* Invoking ``rte_vdev_init("event_dpaa1")`` from the application -* Using ``--vdev="event_dpaa"`` in the EAL options, which will call +* Using ``--vdev="event_dpaa1"`` in the EAL options, which will call rte_vdev_init() internally Example: .. code-block:: console - ./your_eventdev_application --vdev="event_dpaa" + ./your_eventdev_application --vdev="event_dpaa1" Limitations -----------