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_peer

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_eth_hairpin_peer(3)

Detailed Description

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

       A structure used to hold hairpin peer data.

       Definition at line 1249 of file rte_ethdev.h.

Field Documentation

uint16_tport
       Peer port.

       Definition at line 1250 of file rte_ethdev.h.

   uint16_tqueue
       Peer queue.

       Definition at line 1251 of file rte_ethdev.h.

Name

       rte_eth_hairpin_peer

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint16_t port
       uint16_t queue

See Also