Lines Matching refs:eventdev

4 dpdk-test-eventdev Application
7 The ``dpdk-test-eventdev`` tool is a Data Plane Development Kit (DPDK)
8 application that allows exercising various eventdev use cases.
9 This application has a generic framework to add new eventdev based test cases to
10 verify functionality and measure the performance parameters of DPDK eventdev
21 dpdk-test-eventdev [EAL Options] -- [application options]
27 with the ``dpdk-test-eventdev`` application.
37 Add a virtual eventdev device.
212 #. Verify the exclusive(atomic) access to given atomic flow per eventdev port.
216 .. table:: Order queue test eventdev configuration.
242 The order queue test configures the eventdev with two queues and an event
251 atomic queue, the eventdev PMD reorders the event to the original
282 sudo <build_dir>/app/dpdk-test-eventdev --vdev=event_sw0 -- \
295 .. table:: Order all types queue test eventdev configuration.
345 sudo <build_dir>/app/dpdk-test-eventdev --vdev=event_octeontx -- \
359 .. table:: Perf queue test eventdev configuration.
384 The perf queue test configures the eventdev with Q queues and P ports, where
392 The producer(s) injects the events to eventdev based on the first stage sched type
449 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x1 --vdev=event_sw0 -- \
456 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x1 --vdev=event_sw0 -- \
464 sudo build/app/dpdk-test-eventdev --vdev=event_sw0 -- \
471 sudo <build_dir>/app/dpdk-test-eventdev --vdev="event_octeontx" -- \
479 ``all types queue`` eventdev scheme.
486 .. table:: Perf all types queue test eventdev configuration.
512 The ``all types queues(atq)`` perf test configures the eventdev with Q queues
559 sudo <build_dir>/app/dpdk-test-eventdev --vdev=event_octeontx -- \
566 sudo <build_dir>/app/dpdk-test-eventdev --vdev="event_octeontx" -- \
581 .. table:: Pipeline queue test eventdev configuration.
618 The pipeline queue test configures the eventdev with Q queues and P ports,
630 The producer(s) injects the events to eventdev based the first stage sched type
639 If the ethdev and eventdev pair have ``RTE_EVENT_ETH_TX_ADAPTER_CAP_INTERNAL_PORT``
640 capability then the worker cores enqueue the packets to the eventdev directly
683 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \
690 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \
698 ``all types queue`` eventdev scheme.
705 .. table:: Pipeline atq test eventdev configuration.
745 The pipeline atq test configures the eventdev with Q queues and P ports,
787 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \
794 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \