Re: [PATCH 04/10] rcu: Implement rcu_segcblist_is_offloaded() config dependent

2020-05-14 Thread Paul E. McKenney
On Thu, May 14, 2020 at 01:03:31AM +0200, Frederic Weisbecker wrote: > On Wed, May 13, 2020 at 11:20:29AM -0700, Paul E. McKenney wrote: > > On Wed, May 13, 2020 at 06:47:08PM +0200, Frederic Weisbecker wrote: > > > This simplify the usage of this API and avoid checking the kernel > > > config from

Re: [PATCH 04/10] rcu: Implement rcu_segcblist_is_offloaded() config dependent

2020-05-13 Thread Frederic Weisbecker
On Wed, May 13, 2020 at 11:20:29AM -0700, Paul E. McKenney wrote: > On Wed, May 13, 2020 at 06:47:08PM +0200, Frederic Weisbecker wrote: > > This simplify the usage of this API and avoid checking the kernel > > config from the callers. > > > > Signed-off-by: Frederic Weisbecker > > Cc: Paul E. Mc

Re: [PATCH 04/10] rcu: Implement rcu_segcblist_is_offloaded() config dependent

2020-05-13 Thread Paul E. McKenney
On Wed, May 13, 2020 at 06:47:08PM +0200, Frederic Weisbecker wrote: > This simplify the usage of this API and avoid checking the kernel > config from the callers. > > Signed-off-by: Frederic Weisbecker > Cc: Paul E. McKenney > Cc: Josh Triplett > Cc: Steven Rostedt > Cc: Mathieu Desnoyers >

[PATCH 04/10] rcu: Implement rcu_segcblist_is_offloaded() config dependent

2020-05-13 Thread Frederic Weisbecker
This simplify the usage of this API and avoid checking the kernel config from the callers. Signed-off-by: Frederic Weisbecker Cc: Paul E. McKenney Cc: Josh Triplett Cc: Steven Rostedt Cc: Mathieu Desnoyers Cc: Lai Jiangshan Cc: Joel Fernandes --- include/linux/rcu_segcblist.h | 2 ++ kern