Home
last modified time | relevance | path

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

/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c15 #define RX_RING_SIZE 128 macro
35 uint16_t nb_rxd = RX_RING_SIZE; in port_init()
/dpdk/examples/skeleton/
H A Dbasicfwd.c13 #define RX_RING_SIZE 1024 macro
33 uint16_t nb_rxd = RX_RING_SIZE; in port_init()
/dpdk/drivers/net/qede/
H A Dqede_rxtx.h15 #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 Dmain.c15 #define RX_RING_SIZE 1024 macro
123 uint16_t nb_rxd = RX_RING_SIZE; in port_init()
/dpdk/examples/vm_power_manager/
H A Dmain.c44 #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 Dmain.c50 #define RX_RING_SIZE 1024 macro
198 uint16_t nb_rxd = RX_RING_SIZE; in smp_port_init()
/dpdk/examples/ptpclient/
H A Dptpclient.c23 #define RX_RING_SIZE 1024 macro
180 uint16_t nb_rxd = RX_RING_SIZE; in port_init()
/dpdk/examples/flow_classify/
H A Dflow_classify.c18 #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 Dmain.c21 #define RX_RING_SIZE 1024 macro
114 uint16_t nb_rxd = RX_RING_SIZE; in port_init()
/dpdk/app/test/
H A Dtest_link_bonding_mode4.c36 #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 Dtest_link_bonding.c34 #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 Drelease_18_02.rst203 Increased the default ``RX_RING_SIZE`` and ``TX_RING_SIZE`` to 1024 entries