Searched refs:rte_lpm_create (Results 1 – 15 of 15) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm.c | 105 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 D | test_func_reentrancy.c | 379 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 D | test_mp_secondary.c | 196 if ((rte_lpm_create("test_lpm", size, &config) != NULL) && in run_object_creation_tests()
|
| H A D | test_lpm_perf.c | 534 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 D | version.map | 15 rte_lpm_create;
|
| H A D | rte_lpm.h | 161 rte_lpm_create(const char *name, int socket_id,
|
| H A D | rte_lpm.c | 146 rte_lpm_create(const char *name, int socket_id, in rte_lpm_create() function
|
| /dpdk/lib/node/ |
| H A D | ip4_lookup.c | 170 nm->lpm_tbl[socket] = rte_lpm_create(s, socket, &config_ipv4); in setup_lpm()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | rt.c | 156 lpm = rte_lpm_create(name, socket_id, &conf); in rt_init()
|
| /dpdk/lib/table/ |
| H A D | rte_table_lpm.c | 106 lpm->lpm = rte_lpm_create(p->name, socket_id, &lpm_config); in rte_table_lpm_create()
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_lpm.c | 568 rte_lpm_create(s, socketid, &config_ipv4); in setup_lpm()
|
| /dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 836 lpm = rte_lpm_create(buf, socket, &lpm_config); in init_mem()
|
| /dpdk/examples/ip_reassembly/ |
| H A D | main.c | 933 lpm = rte_lpm_create(buf, socket, &lpm_config); in init_mem()
|
| /dpdk/app/test-fib/ |
| H A D | main.c | 919 lpm = rte_lpm_create("test_lpm", -1, &lpm_conf); in run_v4()
|
| /dpdk/examples/l3fwd-power/ |
| H A D | main.c | 2092 rte_lpm_create(s, socketid, &lpm_ipv4_config); in setup_lpm()
|