DPDK
18.05.1
|
#include <rte_eth_bond_private.h>
Data Fields | |
uint16_t | queue_id |
struct bond_dev_private * | dev_private |
uint16_t | nb_rx_desc |
struct rte_eth_rxconf | rx_conf |
struct rte_mempool * | mb_pool |
Port Queue Mapping Structure
Definition at line 49 of file rte_eth_bond_private.h.
uint16_t queue_id |
Queue Id
Definition at line 51 of file rte_eth_bond_private.h.
struct bond_dev_private* dev_private |
Reference to eth_dev private structure
Definition at line 52 of file rte_eth_bond_private.h.
uint16_t nb_rx_desc |
Number of RX descriptors available for the queue
Definition at line 55 of file rte_eth_bond_private.h.
struct rte_eth_rxconf rx_conf |
Copy of RX configuration structure for queue
Definition at line 56 of file rte_eth_bond_private.h.
struct rte_mempool* mb_pool |
Reference to mbuf pool to use for RX queue
Definition at line 58 of file rte_eth_bond_private.h.