DPDK
16.04.0
|
#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 68 of file rte_eth_bond_private.h.
uint16_t queue_id |
Queue Id
Definition at line 70 of file rte_eth_bond_private.h.
struct bond_dev_private* dev_private |
Reference to eth_dev private structure
Definition at line 71 of file rte_eth_bond_private.h.
uint16_t nb_rx_desc |
Number of RX descriptors available for the queue
Definition at line 74 of file rte_eth_bond_private.h.
struct rte_eth_rxconf rx_conf |
Copy of RX configuration structure for queue
Definition at line 75 of file rte_eth_bond_private.h.
struct rte_mempool* mb_pool |
Reference to mbuf pool to use for RX queue
Definition at line 77 of file rte_eth_bond_private.h.