logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_eth_hairpin_cap

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_eth_hairpin_cap(3)

Detailed Description

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

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

       Definition at line 1229 of file rte_ethdev.h.

Field Documentation

uint16_tmax_nb_queues
       The max number of hairpin queues (different bindings).

       Definition at line 1231 of file rte_ethdev.h.

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

       Definition at line 1233 of file rte_ethdev.h.

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

       Definition at line 1235 of file rte_ethdev.h.

   uint16_tmax_nb_desc
       The max num of descriptors.

       Definition at line 1236 of file rte_ethdev.h.

   structrte_eth_hairpin_queue_caprx_cap
       Rx hairpin queue capabilities.

       Definition at line 1237 of file rte_ethdev.h.

   structrte_eth_hairpin_queue_captx_cap
       Tx hairpin queue capabilities.

       Definition at line 1238 of file rte_ethdev.h.

Name

       rte_eth_hairpin_cap

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint16_t max_nb_queues
       uint16_t max_rx_2_tx
       uint16_t max_tx_2_rx
       uint16_t max_nb_desc
       struct rte_eth_hairpin_queue_caprx_cap
       struct rte_eth_hairpin_queue_captx_cap

See Also