DPDK  17.02.1
Data Fields
rte_eth_fc_conf Struct Reference

#include <rte_ethdev.h>

Data Fields

uint32_t high_water
uint32_t low_water
uint16_t pause_time
uint16_t send_xon
enum rte_eth_fc_mode mode
uint8_t mac_ctrl_frame_fwd
uint8_t autoneg

Detailed Description

A structure used to configure Ethernet flow control parameter. These parameters will be configured into the register of the NIC. Please refer to the corresponding data sheet for proper value.

Examples:
examples/ethtool/lib/rte_ethtool.c, and examples/quota_watermark/qw/init.c.

Definition at line 746 of file rte_ethdev.h.

Field Documentation

uint32_t high_water

High threshold value to trigger XOFF

Definition at line 747 of file rte_ethdev.h.

uint32_t low_water

Low threshold value to trigger XON

Definition at line 748 of file rte_ethdev.h.

uint16_t pause_time

Pause quota in the Pause frame

Definition at line 749 of file rte_ethdev.h.

uint16_t send_xon

Is XON frame need be sent

Definition at line 750 of file rte_ethdev.h.

enum rte_eth_fc_mode mode

Link flow control mode

Examples:
examples/quota_watermark/qw/init.c.

Definition at line 751 of file rte_ethdev.h.

uint8_t mac_ctrl_frame_fwd

Forward MAC control frames

Definition at line 752 of file rte_ethdev.h.

uint8_t autoneg

Use Pause autoneg

Definition at line 753 of file rte_ethdev.h.


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