Home
last modified time | relevance | path

Searched refs:rte_lpm_create (Results 1 – 15 of 15) sorted by relevance

/dpdk/app/test/
H A Dtest_lpm.c105 lpm = rte_lpm_create(NULL, SOCKET_ID_ANY, &config); in test0()
111 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test0()
116 lpm = rte_lpm_create(__func__, -2, &config); in test0()
139 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test1()
165 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test2()
194 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test3()
232 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test4()
270 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test5()
300 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test6()
339 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test7()
[all …]
H A Dtest_func_reentrancy.c379 lpm = rte_lpm_create("fr_test_once", SOCKET_ID_ANY, &config); in lpm_create_free()
387 lpm = rte_lpm_create(lpm_name, SOCKET_ID_ANY, &config); in lpm_create_free()
H A Dtest_mp_secondary.c196 if ((rte_lpm_create("test_lpm", size, &config) != NULL) && in run_object_creation_tests()
H A Dtest_lpm_perf.c534 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test_lpm_rcu_perf_multi_writer()
629 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test_lpm_perf()
/dpdk/lib/lpm/
H A Dversion.map15 rte_lpm_create;
H A Drte_lpm.h161 rte_lpm_create(const char *name, int socket_id,
H A Drte_lpm.c146 rte_lpm_create(const char *name, int socket_id, in rte_lpm_create() function
/dpdk/lib/node/
H A Dip4_lookup.c170 nm->lpm_tbl[socket] = rte_lpm_create(s, socket, &config_ipv4); in setup_lpm()
/dpdk/examples/ipsec-secgw/
H A Drt.c156 lpm = rte_lpm_create(name, socket_id, &conf); in rt_init()
/dpdk/lib/table/
H A Drte_table_lpm.c106 lpm->lpm = rte_lpm_create(p->name, socket_id, &lpm_config); in rte_table_lpm_create()
/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.c568 rte_lpm_create(s, socketid, &config_ipv4); in setup_lpm()
/dpdk/examples/ip_fragmentation/
H A Dmain.c836 lpm = rte_lpm_create(buf, socket, &lpm_config); in init_mem()
/dpdk/examples/ip_reassembly/
H A Dmain.c933 lpm = rte_lpm_create(buf, socket, &lpm_config); in init_mem()
/dpdk/app/test-fib/
H A Dmain.c919 lpm = rte_lpm_create("test_lpm", -1, &lpm_conf); in run_v4()
/dpdk/examples/l3fwd-power/
H A Dmain.c2092 rte_lpm_create(s, socketid, &lpm_ipv4_config); in setup_lpm()