Home
last modified time | relevance | path

Searched refs:tx_evqueue_id (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test-eventdev/
H A Dtest_pipeline_queue.c53 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_single_stage_fwd()
112 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_single_stage_burst_fwd()
173 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_single_stage_fwd_vector()
236 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_single_stage_burst_fwd_vector()
269 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_multi_stage_tx()
304 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_multi_stage_fwd()
338 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_multi_stage_burst_tx()
624 uint8_t tx_evqueue_id[RTE_MAX_ETHPORTS]; in pipeline_queue_eventdev_setup() local
664 tx_evqueue_id[prod++] = queue; in pipeline_queue_eventdev_setup()
744 &tx_evqueue_id[prod], in pipeline_queue_eventdev_setup()
[all …]
H A Dtest_pipeline_atq.c46 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_single_stage_fwd()
98 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_single_stage_burst_fwd()
151 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_single_stage_fwd_vector()
207 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_single_stage_burst_fwd_vector()
271 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_multi_stage_fwd()
340 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_multi_stage_burst_fwd()
576 uint8_t tx_evqueue_id[RTE_MAX_ETHPORTS]; in pipeline_atq_eventdev_setup() local
592 tx_evqueue_id[prod] = nb_queues; in pipeline_atq_eventdev_setup()
617 if (queue == tx_evqueue_id[prod]) { in pipeline_atq_eventdev_setup()
712 &tx_evqueue_id[prod], in pipeline_atq_eventdev_setup()
[all …]
H A Dtest_pipeline_common.h46 uint8_t tx_evqueue_id[RTE_MAX_ETHPORTS]; member