DPDK  22.07.0
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 1282 of file rte_ethdev.h.

Field Documentation

◆ max_nb_queues

uint16_t max_nb_queues

The max number of hairpin queues (different bindings).

Definition at line 1284 of file rte_ethdev.h.

◆ max_rx_2_tx

uint16_t max_rx_2_tx

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

Definition at line 1286 of file rte_ethdev.h.

◆ max_tx_2_rx

uint16_t max_tx_2_rx

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

Definition at line 1288 of file rte_ethdev.h.

◆ max_nb_desc

uint16_t max_nb_desc

The max num of descriptors.

Definition at line 1289 of file rte_ethdev.h.


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