Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_efd.c122 handle = rte_efd_create("test_add_delete", in test_add_delete()
166 handle = rte_efd_create("test_add_update_delete", TABLE_SIZE, in test_add_update_delete()
215 handle = rte_efd_create("efd_find_existing", TABLE_SIZE, in test_efd_find_existing()
251 handle = rte_efd_create("test_five_keys", TABLE_SIZE, in test_five_keys()
335 handle = rte_efd_create("test_efd", num_rules_in, in test_average_table_utilization()
392 handle = rte_efd_create("creation_with_bad_parameters_0", TABLE_SIZE, 0, in test_efd_creation_with_bad_parameters()
401 handle = rte_efd_create("creation_with_bad_parameters_1", TABLE_SIZE, in test_efd_creation_with_bad_parameters()
410 handle = rte_efd_create("creation_with_bad_parameters_2", TABLE_SIZE, in test_efd_creation_with_bad_parameters()
421 handle = rte_efd_create("same_name", TABLE_SIZE, in test_efd_creation_with_bad_parameters()
428 tmp = rte_efd_create("same_name", TABLE_SIZE, sizeof(struct flow_key), in test_efd_creation_with_bad_parameters()
H A Dtest_efd_perf.c160 params->efd_table = rte_efd_create("test_efd_perf", in setup_keys_and_data()
/f-stack/dpdk/lib/librte_efd/
H A Dversion.map4 rte_efd_create;
H A Drte_efd.h141 rte_efd_create(const char *name, uint32_t max_num_rules, uint32_t key_len,
H A Drte_efd.c497 rte_efd_create(const char *name, uint32_t max_num_rules, uint32_t key_len, in rte_efd_create() function
/f-stack/dpdk/examples/server_node_efd/server/
H A Dinit.c209 efd_table = rte_efd_create("flow table", num_flows * 2, sizeof(uint32_t), in create_efd_table()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst148 efd_table = rte_efd_create("flow table", num_flows * 2, sizeof(uint32_t),
/f-stack/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst218 The function ``rte_efd_create()`` is used to create and return a pointer