Searched refs:rte_efd_create (Results 1 – 7 of 7) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_efd.c | 131 handle = rte_efd_create("test_add_delete", in test_add_delete() 175 handle = rte_efd_create("test_add_update_delete", TABLE_SIZE, in test_add_update_delete() 224 handle = rte_efd_create("efd_find_existing", TABLE_SIZE, in test_efd_find_existing() 260 handle = rte_efd_create("test_five_keys", TABLE_SIZE, in test_five_keys() 344 handle = rte_efd_create("test_efd", num_rules_in, in test_average_table_utilization() 401 handle = rte_efd_create("creation_with_bad_parameters_0", TABLE_SIZE, 0, in test_efd_creation_with_bad_parameters() 410 handle = rte_efd_create("creation_with_bad_parameters_1", TABLE_SIZE, in test_efd_creation_with_bad_parameters() 419 handle = rte_efd_create("creation_with_bad_parameters_2", TABLE_SIZE, in test_efd_creation_with_bad_parameters() 430 handle = rte_efd_create("same_name", TABLE_SIZE, in test_efd_creation_with_bad_parameters() 437 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 | 170 params->efd_table = rte_efd_create("test_efd_perf", in setup_keys_and_data()
|
| /dpdk/lib/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 | 494 rte_efd_create(const char *name, uint32_t max_num_rules, uint32_t key_len, in rte_efd_create() function
|
| /dpdk/examples/server_node_efd/server/ |
| H A D | init.c | 210 efd_table = rte_efd_create("flow table", num_flows * 2, sizeof(uint32_t), in create_efd_table()
|
| /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
|