DPDK  19.05.0
Data Fields
bond_rx_queue Struct Reference

#include <rte_eth_bond_private.h>

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

Definition at line 51 of file rte_eth_bond_private.h.

Field Documentation

uint16_t queue_id

Queue Id

Definition at line 53 of file rte_eth_bond_private.h.

struct bond_dev_private* dev_private

Reference to eth_dev private structure

Definition at line 54 of file rte_eth_bond_private.h.

uint16_t nb_rx_desc

Number of RX descriptors available for the queue

Definition at line 57 of file rte_eth_bond_private.h.

struct rte_eth_rxconf rx_conf

Copy of RX configuration structure for queue

Definition at line 58 of file rte_eth_bond_private.h.

struct rte_mempool* mb_pool

Reference to mbuf pool to use for RX queue

Definition at line 60 of file rte_eth_bond_private.h.


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