]> git.baikalelectronics.ru Git - kernel.git/commit
tools/virtio/ringtest: fix run-on-all.sh for offline cpus
authorHalil Pasic <pasic@linux.vnet.ibm.com>
Mon, 29 Aug 2016 16:25:22 +0000 (18:25 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 19 Jan 2017 21:46:31 +0000 (23:46 +0200)
commit8eee6e751dcbed984bff003725c43aa5d6971400
tree53af8d3a01968664733472f34ea6d7a999c39fe7
parent002b64bb46cba7aa5b455a01924e9708da2982b1
tools/virtio/ringtest: fix run-on-all.sh for offline cpus

Since fd8e5f51 ("tools/virtio/ringtest: fix run-on-all.sh to work
without /dev/cpu") run-on-all.sh uses seq 0 $HOST_AFFINITY as the list
of ids of the CPUs to run the command on (assuming ids of online CPUs
are consecutive and start from 0), where $HOST_AFFINITY is the highest
CPU id in the system previously determined using lscpu.  This can fail
on systems with offline CPUs.

Instead let's use lscpu to determine the list of online CPUs.

Signed-off-by: Halil Pasic <pasic@linux.vnet.ibm.com>
Fixes: fd8e5f51 ("tools/virtio/ringtest: fix run-on-all.sh to work without
/dev/cpu")
Reviewed-by: Sascha Silbe <silbe@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
tools/virtio/ringtest/run-on-all.sh