DPDK
20.05.0
|
#include <rte_ethdev.h>
Data Fields | |
struct rte_mempool * | mp |
struct rte_eth_rxconf | conf |
uint8_t | scattered_rx |
uint16_t | nb_desc |
Ethernet device RX queue information structure. Used to retrieve information about configured queue.
Definition at line 1306 of file rte_ethdev.h.
struct rte_mempool* mp |
mempool used by that queue.
Definition at line 1307 of file rte_ethdev.h.
struct rte_eth_rxconf conf |
queue config parameters.
Definition at line 1308 of file rte_ethdev.h.
uint8_t scattered_rx |
scattered packets RX supported.
Definition at line 1309 of file rte_ethdev.h.
uint16_t nb_desc |
configured number of RXDs.
Definition at line 1310 of file rte_ethdev.h.