Home
last modified time | relevance | path

Searched refs:atq (Results 1 – 2 of 2) sorted by relevance

/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_tx.c456 if (!atq) { in setup_eventdev_worker_tx_enq()
515 if (atq) { in setup_eventdev_worker_tx_enq()
599 cdata.rx_stride = atq ? 1 : nb_slots; in setup_eventdev_worker_tx_enq()
945 if (atq) in get_worker_loop_single_burst()
954 if (atq) in get_worker_loop_single_non_burst()
961 get_worker_loop_burst(uint8_t atq) in get_worker_loop_burst() argument
963 if (atq) in get_worker_loop_burst()
970 get_worker_loop_non_burst(uint8_t atq) in get_worker_loop_non_burst() argument
972 if (atq) in get_worker_loop_non_burst()
995 return get_worker_loop_burst(atq); in get_worker_multi_stage()
[all …]
/dpdk/doc/guides/tools/
H A Dtesteventdev.rst290 the number of queues used, this test operates on a single ``all types queue(atq)``
512 The ``all types queues(atq)`` perf test configures the eventdev with Q queues
517 The atq queue test functions as same as ``perf_queue`` test. The difference
686 Example command to run pipeline atq test with vector events:
705 .. table:: Pipeline atq test eventdev configuration.
743 pipeline atq test operation.
745 The pipeline atq test configures the eventdev with Q queues and P ports,
749 The atq queue test functions as same as ``pipeline_queue`` test. The difference
783 Example command to run pipeline atq test:
790 Example command to run pipeline atq test with vector events: