rte_eth_link
Contents
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>
