Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_atq.c42 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_single_stage_fwd()
91 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_single_stage_burst_fwd()
149 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_multi_stage_fwd()
215 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_atq_worker_multi_stage_burst_fwd()
294 uint8_t tx_evqueue_id[RTE_MAX_ETHPORTS]; in pipeline_atq_eventdev_setup() local
305 memset(tx_evqueue_id, 0, sizeof(uint8_t) * RTE_MAX_ETHPORTS); in pipeline_atq_eventdev_setup()
310 tx_evqueue_id[prod] = nb_queues; in pipeline_atq_eventdev_setup()
334 if (queue == tx_evqueue_id[prod]) { in pipeline_atq_eventdev_setup()
426 &tx_evqueue_id[prod], in pipeline_atq_eventdev_setup()
465 memcpy(t->tx_evqueue_id, tx_evqueue_id, sizeof(uint8_t) * in pipeline_atq_eventdev_setup()
H A Dtest_pipeline_queue.c48 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_single_stage_fwd()
105 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_single_stage_burst_fwd()
135 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_multi_stage_tx()
167 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_multi_stage_fwd()
199 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_multi_stage_burst_tx()
237 const uint8_t *tx_queue = t->tx_evqueue_id; in pipeline_queue_worker_multi_stage_burst_fwd()
320 uint8_t tx_evqueue_id[RTE_MAX_ETHPORTS]; in pipeline_queue_eventdev_setup() local
333 memset(tx_evqueue_id, 0, sizeof(uint8_t) * RTE_MAX_ETHPORTS); in pipeline_queue_eventdev_setup()
360 tx_evqueue_id[prod++] = queue; in pipeline_queue_eventdev_setup()
440 &tx_evqueue_id[prod], in pipeline_queue_eventdev_setup()
[all …]
H A Dtest_pipeline_common.h46 uint8_t tx_evqueue_id[RTE_MAX_ETHPORTS]; member