Provided by: dpdk-doc_24.11.2-2_all 

NAME
rte_eth_link
SYNOPSIS
#include <rte_ethdev.h>
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_t val64 used for atomic64 read/write Definition at line 337 of file rte_ethdev.h. uint32_t link_speed RTE_ETH_SPEED_NUM_ Definition at line 340 of file rte_ethdev.h. uint16_t link_duplex RTE_ETH_LINK_[HALF/FULL]_DUPLEX Definition at line 341 of file rte_ethdev.h. uint16_t link_autoneg RTE_ETH_LINK_[AUTONEG/FIXED] Definition at line 342 of file rte_ethdev.h. uint16_t link_status RTE_ETH_LINK_[DOWN/UP] Definition at line 343 of file rte_ethdev.h.
Author
Generated automatically by Doxygen for DPDK from the source code. DPDK Version 24.11.2 rte_eth_link(3)