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. Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: Ib83649a762cb31a460184d1e0b594c112aea2bab Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16604 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> |
||
---|---|---|
.. | ||
cgroups.sh | ||
common.sh | ||
governor.sh | ||
idle.sh | ||
interrupt.sh | ||
isolate_cores.sh | ||
load_balancing.sh | ||
rdmsr.pl | ||
scheduler.sh |