Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_fib/
H A Drte_fib.c106 case RTE_FIB_DIR24_8: in init_dataplane()
162 (conf->type > RTE_FIB_DIR24_8)) { in rte_fib_create()
274 case RTE_FIB_DIR24_8: in free_dataplane()
329 case RTE_FIB_DIR24_8: in rte_fib_select_lookup()
H A Drte_fib.h37 RTE_FIB_DIR24_8 /**< DIR24_8 based FIB */ enumerator
/f-stack/dpdk/app/test/
H A Dtest_fib.c64 config.type = RTE_FIB_DIR24_8 + 1; in test_create_invalid()
69 config.type = RTE_FIB_DIR24_8; in test_create_invalid()
333 config.type = RTE_FIB_DIR24_8; in test_lookup()
H A Dtest_fib_perf.c326 config.type = RTE_FIB_DIR24_8; in test_fib_perf()
/f-stack/dpdk/app/test-fib/
H A Dmain.c163 return RTE_FIB_DIR24_8; in get_fib_type()
860 if (conf.type == RTE_FIB_DIR24_8) { in run_v4()