Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_eth_pfc_conf(3)		      DPDK		     rte_eth_pfc_conf(3)

NAME
     rte_eth_pfc_conf

SYNOPSIS
     #include <rte_ethdev.h>

   Data Fields
     struct rte_eth_fc_conf fc
     uint8_t priority

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

Field Documentation
   struct rte_eth_fc_conf fc
     General flow control parameter.

     Definition at line 1424 of file rte_ethdev.h.

   uint8_t priority
     VLAN User Priority.

     Definition at line 1425 of file rte_ethdev.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026	     rte_eth_pfc_conf(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_eth_pfc_conf&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help