Add support for cpus_allowed_policy
authorJens Axboe <axboe@fb.com>
Thu, 27 Feb 2014 23:52:02 +0000 (15:52 -0800)
committerJens Axboe <axboe@fb.com>
Thu, 27 Feb 2014 23:52:02 +0000 (15:52 -0800)
commitc2acfbac7e9eb8ac5407ac024c0fd000614c77e2
tree97d141a442cbe221374929a5f856cc021d4f1db2
parent225ba9e3433cf27d8ff7b213d9f78b7ef2776c70
Add support for cpus_allowed_policy

Two policies are supported:

shared cpumask is shared between all threads. This is the original
behavior.

split cpumask is split between threads, each thread gets a unique
CPU.

Signed-off-by: Jens Axboe <axboe@fb.com>
13 files changed:
HOWTO
backend.c
cconv.c
fio.1
fio.h
options.c
os/os-freebsd.h
os/os-linux.h
os/os-solaris.h
os/os-windows.h
os/os.h
server.h
thread_options.h