Home
last modified time | relevance | path

Searched refs:RTE_FIB_DIR24_8 (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/fib/
H A Drte_fib.c104 case RTE_FIB_DIR24_8: in init_dataplane()
160 (conf->type > RTE_FIB_DIR24_8)) { in rte_fib_create()
272 case RTE_FIB_DIR24_8: in free_dataplane()
327 case RTE_FIB_DIR24_8: in rte_fib_select_lookup()
H A Drte_fib.h34 RTE_FIB_DIR24_8 /**< DIR24_8 based FIB */ enumerator
/dpdk/app/test/
H A Dtest_fib.c83 config.type = RTE_FIB_DIR24_8 + 1; in test_create_invalid()
88 config.type = RTE_FIB_DIR24_8; in test_create_invalid()
356 config.type = RTE_FIB_DIR24_8; in test_lookup()
H A Dtest_fib_perf.c338 config.type = RTE_FIB_DIR24_8; in test_fib_perf()
/dpdk/doc/guides/prog_guide/
H A Dfib_lib.rst83 This algorithm will be used if the ``RTE_FIB_DIR24_8`` type is configured as the
/dpdk/app/test-fib/
H A Dmain.c163 return RTE_FIB_DIR24_8; in get_fib_type()
865 if (conf.type == RTE_FIB_DIR24_8) { in run_v4()
/dpdk/examples/l3fwd/
H A Dl3fwd_fib.c598 config_ipv4.type = RTE_FIB_DIR24_8; in setup_fib()