Re: [PATCH 10/10] rcu: Nocb (de)activate through sysfs

2020-05-14 Thread Paul E. McKenney
On Thu, May 14, 2020 at 01:23:13AM +0200, Frederic Weisbecker wrote: > On Wed, May 13, 2020 at 11:42:29AM -0700, Paul E. McKenney wrote: > > On Wed, May 13, 2020 at 06:47:14PM +0200, Frederic Weisbecker wrote: > > > Not for merge. > > > > > > Make nocb toggable for a given CPU using: > > >

Re: [PATCH 10/10] rcu: Nocb (de)activate through sysfs

2020-05-13 Thread Frederic Weisbecker
On Wed, May 13, 2020 at 11:42:29AM -0700, Paul E. McKenney wrote: > On Wed, May 13, 2020 at 06:47:14PM +0200, Frederic Weisbecker wrote: > > Not for merge. > > > > Make nocb toggable for a given CPU using: > > /sys/devices/system/cpu/cpu*/hotplug/nocb > > > > This is only intended for those

Re: [PATCH 10/10] rcu: Nocb (de)activate through sysfs

2020-05-13 Thread Paul E. McKenney
On Wed, May 13, 2020 at 06:47:14PM +0200, Frederic Weisbecker wrote: > Not for merge. > > Make nocb toggable for a given CPU using: > /sys/devices/system/cpu/cpu*/hotplug/nocb > > This is only intended for those who want to test this patchset. The real > interfaces will be cpuset/isolation

[PATCH 10/10] rcu: Nocb (de)activate through sysfs

2020-05-13 Thread Frederic Weisbecker
Not for merge. Make nocb toggable for a given CPU using: /sys/devices/system/cpu/cpu*/hotplug/nocb This is only intended for those who want to test this patchset. The real interfaces will be cpuset/isolation and rcutorture. Not-Signed-off-by: Frederic Weisbecker Cc: Paul E. McKenney