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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                   rte_cman.h(3)

Detailed Description

       Congestion management related parameters for DPDK.

       Definition in file rte_cman.h.

Enumeration Type Documentation

enumrte_cman_mode
       Congestion management modes

       EnumeratorRTE_CMAN_RED
              Congestion based on Random Early Detection.

       https://en.wikipedia.org/wiki/Random_early_detection http://www.aciri.org/floyd/papers/red/red.htmlSeealso
           struct rte_cman_red_params

       Definition at line 16 of file rte_cman.h.

Name

       rte_cman.h

Synopsis

       #include <rte_bitops.h>

   DataStructures
       struct rte_cman_red_paramsEnumerations
       enum rte_cman_mode { RTE_CMAN_RED = RTE_BIT32(0) }

See Also