+2
−8
+2
−3
Loading
When we select CPUs for the scheduler tests we pick up all siblings from given core. On some nodes in the CI these threads may have IDs in ranges that simply overflow during the shift operation ( > 62). To avoid this, use a list instead of a mask. Also, deny all threads with IDs > 127 as DPDK doesn't support them anyway. cherry-pick: 5ad2877d Signed-off-by:Michal Berger <michal.berger@intel.com> Change-Id: Ib83649a762cb31a460184d1e0b594c112aea2bab Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17027 Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>