DPDK
16.04.0
|
#include <rte_port_ring.h>
Data Fields | |
struct rte_ring * | ring |
uint32_t | tx_burst_sz |
uint32_t | n_retries |
ring_writer_nodrop port parameters
Definition at line 85 of file rte_port_ring.h.
struct rte_ring* ring |
Underlying producer ring that has to be pre-initialized
Definition at line 87 of file rte_port_ring.h.
uint32_t tx_burst_sz |
Recommended burst size to ring. The actual burst size can be bigger or smaller than this value.
Definition at line 91 of file rte_port_ring.h.
uint32_t n_retries |
Maximum number of retries, 0 for no limit
Definition at line 94 of file rte_port_ring.h.