DPDK  24.11.0-rc3
Data Fields
rte_fib_conf Struct Reference

#include <rte_fib.h>

Data Fields

enum rte_fib_type type
 
uint64_t default_nh
 
unsigned int rib_ext_sz
 
unsigned int flags
 

Detailed Description

FIB configuration structure

Examples:
examples/l3fwd/l3fwd_fib.c.

Definition at line 95 of file rte_fib.h.

Field Documentation

◆ type

enum rte_fib_type type

Type of FIB struct

Examples:
examples/l3fwd/l3fwd_fib.c.

Definition at line 96 of file rte_fib.h.

◆ default_nh

uint64_t default_nh

Default value returned on lookup if there is no route

Examples:
examples/l3fwd/l3fwd_fib.c.

Definition at line 98 of file rte_fib.h.

◆ rib_ext_sz

unsigned int rib_ext_sz

Size of the node extension in the internal RIB struct

Examples:
examples/l3fwd/l3fwd_fib.c.

Definition at line 101 of file rte_fib.h.

◆ flags

unsigned int flags

Optional feature flags from RTE_FIB_F_*

Definition at line 108 of file rte_fib.h.


The documentation for this struct was generated from the following file: