|
DPDK
2.0.0
|
#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 |
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.
| uint8_t autoneg |
Use Pause autoneg
| uint32_t high_water |
High threshold value to trigger XOFF
| uint32_t low_water |
Low threshold value to trigger XON
| uint8_t mac_ctrl_frame_fwd |
Forward MAC control frames
| enum rte_eth_fc_mode mode |
Link flow control mode
| uint16_t pause_time |
Pause quota in the Pause frame
| uint16_t send_xon |
Is XON frame need be sent
1.8.1.2