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