DPDK  17.02.1
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 69 of file rte_eth_bond_private.h.

Field Documentation

uint16_t queue_id

Queue Id

Definition at line 71 of file rte_eth_bond_private.h.

struct bond_dev_private* dev_private

Reference to eth_dev private structure

Definition at line 72 of file rte_eth_bond_private.h.

uint16_t nb_rx_desc

Number of RX descriptors available for the queue

Definition at line 75 of file rte_eth_bond_private.h.

struct rte_eth_rxconf rx_conf

Copy of RX configuration structure for queue

Definition at line 76 of file rte_eth_bond_private.h.

struct rte_mempool* mb_pool

Reference to mbuf pool to use for RX queue

Definition at line 78 of file rte_eth_bond_private.h.


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