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)
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>

No differences found