Den tors 18 juli 2019 kl 08:56 skrev Roman Mamedov <rm@romanrm.net>:
On Thu, 18 Jul 2019 08:38:54 +0200
Janne Johansson <icepic.dz@gmail.com> wrote:

> With taskset you should be able to:
> https://www.howtoforge.com/linux-taskset-command/

It appears "taskset" only works on regular programs, not kernel threads:

# taskset -p -c 1 2128
pid 2128's current affinity list: 0
taskset: failed to set pid 2128's affinity: Invalid argument

# taskset -p -c 1 2129
pid 2129's current affinity list: 1
taskset: failed to set pid 2129's affinity: Invalid argument

As the above shows, WG threads are already bound to a particular CPU and this
can't be changed.

Right, my bad. 

--
May the most significant bit of your life be positive.