Add cpus_allowed option
authorJens Axboe <jens.axboe@oracle.com>
Fri, 15 Jun 2007 08:33:49 +0000 (10:33 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 15 Jun 2007 08:33:49 +0000 (10:33 +0200)
commitd2e268b09bc8ab95af81e5636608dcd93f40e4c1
tree7fd605f4d4b1dd204d47f9e19e9ff1ef2996f9d5
parent6b6fa9c83a4418b49f4a296b82f83bbecd8d59c4
Add cpus_allowed option

cpumask can be cumbersome to use, since it requires you to calculate
a decimal mask to pass to fio. So add a cpus_allowed option that
takes a text list of allowed cpus, ala: cpus_allowed=1,3,8 will set
the affinity mask for CPUS 1, 3, and 8.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
README
options.c