Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_eth_fc_conf - Man Page

Synopsis

#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.

Definition at line 1361 of file rte_ethdev.h.

Field Documentation

uint32_t high_water

High threshold value to trigger XOFF

Definition at line 1362 of file rte_ethdev.h.

uint32_t low_water

Low threshold value to trigger XON

Definition at line 1363 of file rte_ethdev.h.

uint16_t pause_time

Pause quota in the Pause frame

Definition at line 1364 of file rte_ethdev.h.

uint16_t send_xon

Is XON frame need be sent

Definition at line 1365 of file rte_ethdev.h.

enum rte_eth_fc_mode mode

Link flow control mode

Definition at line 1366 of file rte_ethdev.h.

uint8_t mac_ctrl_frame_fwd

Forward MAC control frames

Definition at line 1367 of file rte_ethdev.h.

uint8_t autoneg

Use Pause autoneg

Definition at line 1368 of file rte_ethdev.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK