Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lpm.c94 lpm = rte_lpm_create(NULL, SOCKET_ID_ANY, &config); in test0()
100 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test0()
105 lpm = rte_lpm_create(__func__, -2, &config); in test0()
128 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test1()
154 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test2()
183 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test3()
221 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test4()
259 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test5()
289 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test6()
328 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test7()
[all …]
H A Dtest_mp_secondary.c187 if ((rte_lpm_create("test_lpm", size, &config) != NULL) && in run_object_creation_tests()
H A Dtest_func_reentrancy.c366 lpm = rte_lpm_create("fr_test_once", SOCKET_ID_ANY, &config); in lpm_create_free()
374 lpm = rte_lpm_create(lpm_name, SOCKET_ID_ANY, &config); in lpm_create_free()
H A Dtest_lpm_perf.c524 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test_lpm_rcu_perf_multi_writer()
619 lpm = rte_lpm_create(__func__, SOCKET_ID_ANY, &config); in test_lpm_perf()
/f-stack/dpdk/lib/librte_lpm/
H A Dversion.map15 rte_lpm_create;
H A Drte_lpm.h165 rte_lpm_create(const char *name, int socket_id,
H A Drte_lpm.c153 rte_lpm_create(const char *name, int socket_id, in rte_lpm_create() function
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm.h166 rte_lpm_create(const char *name, int socket_id,
H A Ddpdk_lpm.c344 lpm = rte_lpm_create("test", 0, &cfg); in build_table()
H A Drte_lpm.c140 rte_lpm_create(const char *name, int socket_id, in rte_lpm_create() function
/f-stack/dpdk/lib/librte_node/
H A Dip4_lookup.c175 nm->lpm_tbl[socket] = rte_lpm_create(s, socket, &config_ipv4); in setup_lpm()
/f-stack/dpdk/examples/ipsec-secgw/
H A Drt.c156 lpm = rte_lpm_create(name, socket_id, &conf); in rt_init()
/f-stack/dpdk/lib/librte_table/
H A Drte_table_lpm.c108 lpm->lpm = rte_lpm_create(p->name, socket_id, &lpm_config); in rte_table_lpm_create()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.c475 rte_lpm_create(s, socketid, &config_ipv4); in setup_lpm()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c833 lpm = rte_lpm_create(buf, socket, &lpm_config); in init_mem()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c927 lpm = rte_lpm_create(buf, socket, &lpm_config); in init_mem()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward.rst265 … ipv4_l3fwd_lookup_struct[socketid] = rte_lpm_create(s, socketid, IPV4_L3FWD_LPM_MAX_RULES, 0);
/f-stack/dpdk/app/test-fib/
H A Dmain.c914 lpm = rte_lpm_create("test_lpm", -1, &lpm_conf); in run_v4()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c2054 rte_lpm_create(s, socketid, &lpm_ipv4_config); in setup_lpm()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c3313 rte_lpm_create(s, socketid, &lpm_ipv4_config); in setup_lpm()