OpenEneaLinux / rt-tools

Collection of Linux tools for achieving real-time performance
BSD 3-Clause "New" or "Revised" License
32 stars 17 forks source link

partrt: Take care of unbound workqueues #1

Closed asverdlin closed 8 years ago

asverdlin commented 8 years ago

Since Linux 4.2 it's possible to configure the set of cores unbound workqueues run on. It's configured under /sys/devices/virtual/workqueue/cpumask. More info: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=042f7df

Signed-off-by: Alexander Sverdlin alexander.sverdlin@nokia.com

matslil commented 8 years ago

Thanks for your contribution!

asverdlin commented 8 years ago

You are welcome!