Home
last modified time | relevance | path

Searched refs:rte_table_lpm_ops (Results 1 – 8 of 8) sorted by relevance

/dpdk/app/test/
H A Dtest_table_tables.c310 table = rte_table_lpm_ops.f_create(NULL, 0, entry_size); in test_table_lpm()
316 table = rte_table_lpm_ops.f_create(&lpm_params, 0, entry_size); in test_table_lpm()
323 table = rte_table_lpm_ops.f_create(&lpm_params, 0, entry_size); in test_table_lpm()
331 table = rte_table_lpm_ops.f_create(&lpm_params, 0, entry_size); in test_table_lpm()
337 table = rte_table_lpm_ops.f_create(&lpm_params, 0, entry_size); in test_table_lpm()
343 table = rte_table_lpm_ops.f_create(&lpm_params, 0, entry_size); in test_table_lpm()
348 status = rte_table_lpm_ops.f_free(table); in test_table_lpm()
352 status = rte_table_lpm_ops.f_free(NULL); in test_table_lpm()
360 table = rte_table_lpm_ops.f_create(&lpm_params, 0, entry_size); in test_table_lpm()
439 rte_table_lpm_ops.f_lookup(table, mbufs, -1, in test_table_lpm()
[all …]
H A Dtest_table_combined.c321 status = test_table_type(&rte_table_lpm_ops, (void *)&lpm_params, in test_table_lpm_combined()
328 status = test_table_type(&rte_table_lpm_ops, (void *)&lpm_params, in test_table_lpm_combined()
335 status = test_table_type(&rte_table_lpm_ops, (void *)&lpm_params, in test_table_lpm_combined()
341 status = test_table_type(&rte_table_lpm_ops, (void *)&lpm_params, in test_table_lpm_combined()
/dpdk/lib/table/
H A Drte_table_lpm.h89 extern struct rte_table_ops rte_table_lpm_ops;
H A Dversion.map16 rte_table_lpm_ops;
H A Drte_table_lpm.c355 struct rte_table_ops rte_table_lpm_ops = { variable
/dpdk/app/test-pipeline/
H A Dpipeline_lpm.c99 .ops = &rte_table_lpm_ops, in app_main_loop_worker_pipeline_lpm()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c986 p.ops = &rte_table_lpm_ops; in softnic_pipeline_table_create()
/dpdk/examples/ip_pipeline/
H A Dpipeline.c960 p.ops = &rte_table_lpm_ops; in pipeline_table_create()