commit | c2acfbac7e9eb8ac5407ac024c0fd000614c77e2 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Thu Feb 27 15:52:02 2014 -0800 |
committer | Jens Axboe <axboe@fb.com> | Thu Feb 27 15:52:02 2014 -0800 |
tree | 97d141a442cbe221374929a5f856cc021d4f1db2 | |
parent | 225ba9e3433cf27d8ff7b213d9f78b7ef2776c70 [diff] |
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>