DPDK  2.0.0
Data Fields
bond_rx_queue Struct Reference

#include <rte_eth_bond_private.h>

+ Collaboration diagram for bond_rx_queue:

Data Fields

uint16_t queue_id
 
struct bond_dev_privatedev_private
 
uint16_t nb_rx_desc
 
struct rte_eth_rxconf rx_conf
 
struct rte_mempoolmb_pool
 

Detailed Description

Port Queue Mapping Structure

Field Documentation

struct bond_dev_private* dev_private

Reference to eth_dev private structure

struct rte_mempool* mb_pool

Reference to mbuf pool to use for RX queue

uint16_t nb_rx_desc

Number of RX descriptors available for the queue

uint16_t queue_id

Queue Id

struct rte_eth_rxconf rx_conf

Copy of RX configuration structure for queue


The documentation for this struct was generated from the following file: