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_fib_conf(3)

Detailed Description

       FIB configuration structure

       Definition at line 95 of file rte_fib.h.

Field Documentation

enumrte_fib_typetype
       Type of FIB struct

       Definition at line 96 of file rte_fib.h.

   uint64_tdefault_nh
       Default value returned on lookup if there is no route

       Definition at line 98 of file rte_fib.h.

   unsignedintrib_ext_sz
       Size of the node extension in the internal RIB struct

       Definition at line 101 of file rte_fib.h.

   unsignedintflags
       Optional feature flags from RTE_FIB_F_*

       Definition at line 108 of file rte_fib.h.

Name

       rte_fib_conf

Synopsis

       #include <rte_fib.h>

   DataFields
       enum rte_fib_typetype
       uint64_t default_nh
       unsigned int rib_ext_sz
       unsigned int flags

See Also