DPDK  20.05.0-rc0
Data Fields
rte_eth_hairpin_cap Struct Reference

#include <rte_ethdev.h>

Data Fields

uint16_t max_nb_queues
 
uint16_t max_rx_2_tx
 
uint16_t max_tx_2_rx
 
uint16_t max_nb_desc
 

Detailed Description

Warning
EXPERIMENTAL: this API may change, or be removed, without prior notice

A structure used to return the hairpin capabilities that are supported.

Definition at line 861 of file rte_ethdev.h.

Field Documentation

uint16_t max_nb_queues

The max number of hairpin queues (different bindings).

Definition at line 863 of file rte_ethdev.h.

uint16_t max_rx_2_tx

Max number of Rx queues to be connected to one Tx queue.

Definition at line 865 of file rte_ethdev.h.

uint16_t max_tx_2_rx

Max number of Tx queues to be connected to one Rx queue.

Definition at line 867 of file rte_ethdev.h.

uint16_t max_nb_desc

The max num of descriptors.

Definition at line 868 of file rte_ethdev.h.


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