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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                 rte_eth_link(3)

Detailed Description

       A structure used to retrieve link-level information of an Ethernet port.

       Definition at line 335 of file rte_ethdev.h.

Field Documentation

uint64_tval64
       used for atomic64 read/write

       Definition at line 337 of file rte_ethdev.h.

   uint32_tlink_speed
       RTE_ETH_SPEED_NUM_

       Definition at line 340 of file rte_ethdev.h.

   uint16_tlink_duplex
       RTE_ETH_LINK_[HALF/FULL]_DUPLEX

       Definition at line 341 of file rte_ethdev.h.

   uint16_tlink_autoneg
       RTE_ETH_LINK_[AUTONEG/FIXED]

       Definition at line 342 of file rte_ethdev.h.

   uint16_tlink_status
       RTE_ETH_LINK_[DOWN/UP]

       Definition at line 343 of file rte_ethdev.h.

Name

       rte_eth_link

Synopsis

       #include <rte_ethdev.h>

See Also