Searched refs:rte_efd_create (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_efd.c | 122 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 D | test_efd_perf.c | 160 params->efd_table = rte_efd_create("test_efd_perf", in setup_keys_and_data()
|
| /f-stack/dpdk/lib/librte_efd/ |
| H A D | version.map | 4 rte_efd_create;
|
| H A D | rte_efd.h | 141 rte_efd_create(const char *name, uint32_t max_num_rules, uint32_t key_len,
|
| H A D | rte_efd.c | 497 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 D | init.c | 209 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 D | server_node_efd.rst | 148 efd_table = rte_efd_create("flow table", num_flows * 2, sizeof(uint32_t),
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | efd_lib.rst | 218 The function ``rte_efd_create()`` is used to create and return a pointer
|