50 logic_to_phys_core_id(
const int logic_core)
52 if (unlikely(logic_core >= EM_MAX_CORES))
55 return em_shm->core_map.phys_vs_logic.phys[logic_core];
59 phys_to_logic_core_id(
const int phys_core)
61 if (unlikely(phys_core >= EM_MAX_CORES))
64 return em_shm->core_map.phys_vs_logic.logic[phys_core];
67 int logic_to_thr_core_id(
const int logic_core);
69 int thr_to_logic_core_id(
const int thr_id);
72 odp_thrmask_t *
const odp_thrmask );
75 odp_cpumask_t *
const odp_cpumask );