Searched refs:RX_RING_SIZE (Results 1 – 12 of 12) sorted by relevance
| /dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 15 #define RX_RING_SIZE 128 macro 35 uint16_t nb_rxd = RX_RING_SIZE; in port_init()
|
| /dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 13 #define RX_RING_SIZE 1024 macro 33 uint16_t nb_rxd = RX_RING_SIZE; in port_init()
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_rxtx.h | 15 #define RX_RING_SIZE (1ULL << RX_RING_SIZE_POW) macro 16 #define NUM_RX_BDS_MAX (RX_RING_SIZE - 1)
|
| /dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 15 #define RX_RING_SIZE 1024 macro 123 uint16_t nb_rxd = RX_RING_SIZE; in port_init()
|
| /dpdk/examples/vm_power_manager/ |
| H A D | main.c | 44 #define RX_RING_SIZE 1024 macro 87 retval = rte_eth_rx_queue_setup(port, q, RX_RING_SIZE, in port_init()
|
| /dpdk/examples/multi_process/symmetric_mp/ |
| H A D | main.c | 50 #define RX_RING_SIZE 1024 macro 198 uint16_t nb_rxd = RX_RING_SIZE; in smp_port_init()
|
| /dpdk/examples/ptpclient/ |
| H A D | ptpclient.c | 23 #define RX_RING_SIZE 1024 macro 180 uint16_t nb_rxd = RX_RING_SIZE; in port_init()
|
| /dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 18 #define RX_RING_SIZE 1024 macro 226 retval = rte_eth_rx_queue_setup(port, q, RX_RING_SIZE, in port_init()
|
| /dpdk/examples/distributor/ |
| H A D | main.c | 21 #define RX_RING_SIZE 1024 macro 114 uint16_t nb_rxd = RX_RING_SIZE; in port_init()
|
| /dpdk/app/test/ |
| H A D | test_link_bonding_mode4.c | 36 #define RX_RING_SIZE 1024 macro 207 TEST_ASSERT(rte_eth_rx_queue_setup(port_id, 0, RX_RING_SIZE, in configure_ethdev() 409 port->rx_queue = rte_ring_create(name, RX_RING_SIZE, socket_id, 0); in test_setup()
|
| H A D | test_link_bonding.c | 34 #define RX_RING_SIZE 1024 macro 189 TEST_ASSERT_SUCCESS(rte_eth_rx_queue_setup(port_id, q_id, RX_RING_SIZE, in configure_ethdev()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_02.rst | 203 Increased the default ``RX_RING_SIZE`` and ``TX_RING_SIZE`` to 1024 entries
|