Searched refs:NUM_QUEUES (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test/ |
| H A D | sample_packet_forward.c | 29 rc = rte_eth_dev_configure(port, NUM_QUEUES, NUM_QUEUES, &pconf); in test_dev_start() 58 *portid = rte_eth_from_rings("net_ringa", ring, NUM_QUEUES, in test_ring_setup() 59 ring, NUM_QUEUES, rte_socket_id()); in test_ring_setup()
|
| H A D | sample_packet_forward.h | 12 #define NUM_QUEUES 1 macro
|
| /dpdk/drivers/event/opdl/ |
| H A D | opdl_test.c | 771 #define NUM_QUEUES 3 macro 788 if (init(t, NUM_QUEUES, NUM_QUEUES+1) < 0 || in qid_basic() 789 create_ports(t, NUM_QUEUES+1) < 0 || in qid_basic() 790 create_queues_type(t, NUM_QUEUES, OPDL_Q_TYPE_ORDERED)) { in qid_basic() 795 for (i = 0; i < NUM_QUEUES; i++) { in qid_basic() 914 while (++p_id < NUM_QUEUES) { in qid_basic()
|