logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_eth_fc_conf

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                              rte_eth_fc_conf(3)

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 1377 of file rte_ethdev.h.

Field Documentation

uint32_thigh_water
       High threshold value to trigger XOFF

       Definition at line 1378 of file rte_ethdev.h.

   uint32_tlow_water
       Low threshold value to trigger XON

       Definition at line 1379 of file rte_ethdev.h.

   uint16_tpause_time
       Pause quota in the Pause frame

       Definition at line 1380 of file rte_ethdev.h.

   uint16_tsend_xon
       Is XON frame need be sent

       Definition at line 1381 of file rte_ethdev.h.

   enumrte_eth_fc_modemode
       Link flow control mode

       Definition at line 1382 of file rte_ethdev.h.

   uint8_tmac_ctrl_frame_fwd
       Forward MAC control frames

       Definition at line 1383 of file rte_ethdev.h.

   uint8_tautoneg
       Use Pause autoneg

       Definition at line 1384 of file rte_ethdev.h.

Name

       rte_eth_fc_conf

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint32_t high_water
       uint32_t low_water
       uint16_t pause_time
       uint16_t send_xon
       enum rte_eth_fc_modemode
       uint8_t mac_ctrl_frame_fwd
       uint8_t autoneg

See Also