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.
171 #. Verify the exclusive(atomic) access to given atomic flow per eventdev port.
175 .. table:: Order queue test eventdev configuration.
201 The order queue test configures the eventdev with two queues and an event
210 atomic queue, the eventdev PMD driver reorders the event to the original
241 sudo <build_dir>/app/dpdk-test-eventdev --vdev=event_sw0 -- \
254 .. table:: Order all types queue test eventdev configuration.
304 sudo <build_dir>/app/dpdk-test-eventdev --vdev=event_octeontx -- \
318 .. table:: Perf queue test eventdev configuration.
343 The perf queue test configures the eventdev with Q queues and P ports, where
351 The producer(s) injects the events to eventdev based the first stage sched type
404 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x1 --vdev=event_sw0 -- \
411 sudo build/app/dpdk-test-eventdev --vdev=event_sw0 -- \
418 sudo <build_dir>/app/dpdk-test-eventdev --vdev="event_octeontx" -- \
426 ``all types queue`` eventdev scheme.
433 .. table:: Perf all types queue test eventdev configuration.
459 The ``all types queues(atq)`` perf test configures the eventdev with Q queues
504 sudo <build_dir>/app/dpdk-test-eventdev --vdev=event_octeontx -- \
511 sudo <build_dir>/app/dpdk-test-eventdev --vdev="event_octeontx" -- \
526 .. table:: Pipeline queue test eventdev configuration.
563 The pipeline queue test configures the eventdev with Q queues and P ports,
575 The producer(s) injects the events to eventdev based the first stage sched type
584 If the ethdev and eventdev pair have ``RTE_EVENT_ETH_TX_ADAPTER_CAP_INTERNAL_PORT``
585 capability then the worker cores enqueue the packets to the eventdev directly
623 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \
631 ``all types queue`` eventdev scheme.
638 .. table:: Pipeline atq test eventdev configuration.
678 The pipeline atq test configures the eventdev with Q queues and P ports,
715 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \