logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

rte_eth_pfc_conf

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                             rte_eth_pfc_conf(3)

Detailed Description

       A structure used to configure Ethernet priority 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 1392 of file rte_ethdev.h.

Field Documentation

structrte_eth_fc_conffc
       General flow control parameter.

       Definition at line 1393 of file rte_ethdev.h.

   uint8_tpriority
       VLAN User Priority.

       Definition at line 1394 of file rte_ethdev.h.

Name

       rte_eth_pfc_conf

Synopsis

       #include <rte_ethdev.h>

   DataFields
       struct rte_eth_fc_conffc
       uint8_t priority

See Also