Searched refs:TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_efd.c | 16 #define TABLE_SIZE (1 << 21) macro 123 TABLE_SIZE, sizeof(struct flow_key), 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() 326 uint32_t num_rules_in = TABLE_SIZE; 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() [all …]
|