DPDK 24.11.2
Loading...
Searching...
No Matches
rte_eth_link Struct Reference

#include <rte_ethdev.h>

Detailed Description

Field Documentation

◆ val64

uint64_t val64

used for atomic64 read/write

Definition at line 337 of file rte_ethdev.h.

◆ link_speed

uint32_t link_speed

RTE_ETH_SPEED_NUM_

Definition at line 340 of file rte_ethdev.h.

◆ link_duplex

uint16_t link_duplex

RTE_ETH_LINK_[HALF/FULL]_DUPLEX

Definition at line 341 of file rte_ethdev.h.

◆ link_autoneg

uint16_t link_autoneg

RTE_ETH_LINK_[AUTONEG/FIXED]

Definition at line 342 of file rte_ethdev.h.

◆ link_status

uint16_t link_status

RTE_ETH_LINK_[DOWN/UP]

Examples
examples/distributor/main.c, and examples/dma/dmafwd.c.

Definition at line 343 of file rte_ethdev.h.


The documentation for this struct was generated from the following file: