Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_link_bonding_rssconf.c33 #define RXTX_QUEUE_COUNT 4 macro
58 struct rte_ring *rxtx_queue[RXTX_QUEUE_COUNT];
129 TEST_ASSERT(rte_eth_dev_configure(port_id, RXTX_QUEUE_COUNT, in configure_ethdev()
130 RXTX_QUEUE_COUNT, eth_conf) == 0, "Failed to configure device %u", in configure_ethdev()
133 for (rxq = 0; rxq < RXTX_QUEUE_COUNT; rxq++) { in configure_ethdev()
139 for (txq = 0; txq < RXTX_QUEUE_COUNT; txq++) { in configure_ethdev()
415 for (i = 0; i < RXTX_QUEUE_COUNT; i++) { in test_propagate()
420 retval = reta_set(port->port_id, (i + 1) % RXTX_QUEUE_COUNT, in test_propagate()
426 i % RXTX_QUEUE_COUNT, test_params.bond_dev_info.reta_size), in test_propagate()