Searched refs:lcore_self (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_func_reentrancy.c | 61 if (lcore_self != rte_get_main_lcore()) \ 71 unsigned lcore_self = rte_lcore_id(); in test_eal_init_once() local 104 unsigned lcore_self = rte_lcore_id(); in ring_create_lookup() local 120 snprintf(ring_name, sizeof(ring_name), "fr_test_%d_%d", lcore_self, i); in ring_create_lookup() 164 unsigned lcore_self = rte_lcore_id(); in mempool_create_lookup() local 222 unsigned lcore_self = rte_lcore_id(); in hash_create_free() local 247 snprintf(hash_name, sizeof(hash_name), "fr_test_%d_%d", lcore_self, i); in hash_create_free() 286 unsigned lcore_self = rte_lcore_id(); in fbk_create_free() local 311 snprintf(fbk_name, sizeof(fbk_name), "fr_test_%d_%d", lcore_self, i); in fbk_create_free() 352 unsigned lcore_self = rte_lcore_id(); in lpm_create_free() local [all …]
|