Searched refs:lcore_cpuid (Results 1 – 1 of 1) sorted by relevance
4430 unsigned int lcore_cpuid; in set_fwd_lcores_list() local4436 lcore_cpuid = lcorelist[i]; in set_fwd_lcores_list()4437 if (! rte_lcore_is_enabled(lcore_cpuid)) { in set_fwd_lcores_list()4438 fprintf(stderr, "lcore %u not enabled\n", lcore_cpuid); in set_fwd_lcores_list()4441 if (lcore_cpuid == rte_get_main_lcore()) { in set_fwd_lcores_list()4444 lcore_cpuid); in set_fwd_lcores_list()4448 fwd_lcores_cpuids[i] = lcore_cpuid; in set_fwd_lcores_list()