Home
last modified time | relevance | path

Searched refs:fbk_params (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_mp_secondary.c170 const struct rte_fbk_hash_params fbk_params = { .name = "test_fbk_mp_hash" }; in run_object_creation_tests() local
172 if ((rte_fbk_hash_create(&fbk_params) != NULL) && in run_object_creation_tests()
173 (rte_fbk_hash_find_existing(fbk_params.name) == NULL)){ in run_object_creation_tests()
H A Dtest_func_reentrancy.c290 struct rte_fbk_hash_params fbk_params = { in fbk_create_free() local
302 fbk_params.name = "fr_test_once"; in fbk_create_free()
304 handle = rte_fbk_hash_create(&fbk_params); in fbk_create_free()
312 fbk_params.name = fbk_name; in fbk_create_free()
314 handle = rte_fbk_hash_create(&fbk_params); in fbk_create_free()