Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mp_secondary.c179 const struct rte_fbk_hash_params fbk_params = { .name = "test_fbk_mp_hash" }; in run_object_creation_tests() local
181 if ((rte_fbk_hash_create(&fbk_params) != NULL) && in run_object_creation_tests()
182 (rte_fbk_hash_find_existing(fbk_params.name) == NULL)){ in run_object_creation_tests()
H A Dtest_func_reentrancy.c299 struct rte_fbk_hash_params fbk_params = { in fbk_create_free() local
311 fbk_params.name = "fr_test_once"; in fbk_create_free()
313 handle = rte_fbk_hash_create(&fbk_params); in fbk_create_free()
321 fbk_params.name = fbk_name; in fbk_create_free()
323 handle = rte_fbk_hash_create(&fbk_params); in fbk_create_free()