Home
last modified time | relevance | path

Searched refs:RTE_FIB_DUMMY (Results 1 – 5 of 5) sorted by relevance

/dpdk/app/test/
H A Dtest_fib.c59 config.type = RTE_FIB_DUMMY; in test_create_invalid()
118 config.type = RTE_FIB_DUMMY; in test_multiple_create()
145 config.type = RTE_FIB_DUMMY; in test_free_null()
172 config.type = RTE_FIB_DUMMY; in test_add_del_invalid()
347 config.type = RTE_FIB_DUMMY; in test_lookup()
/dpdk/lib/fib/
H A Drte_fib.h33 RTE_FIB_DUMMY, /**< RIB tree based FIB */ enumerator
H A Drte_fib.c99 case RTE_FIB_DUMMY: in init_dataplane()
270 case RTE_FIB_DUMMY: in free_dataplane()
/dpdk/doc/guides/prog_guide/
H A Dfib_lib.rst69 This algorithm will be used if the ``RTE_FIB_DUMMY`` type is configured as the
/dpdk/app/test-fib/
H A Dmain.c165 return RTE_FIB_DUMMY; in get_fib_type()