|
DPDK
1.6.0r2
|
#include <rte_ethdev.h>
Data Fields | |
| struct rte_eth_thresh | rx_thresh |
| uint16_t | rx_free_thresh |
| uint8_t | rx_drop_en |
A structure used to configure an RX ring of an Ethernet port.
| uint8_t rx_drop_en |
Drop packets if no descriptors are available.
| uint16_t rx_free_thresh |
Drives the freeing of RX descriptors.
| struct rte_eth_thresh rx_thresh |
RX ring threshold registers.
1.8.1.2