Re: [PATCH tip/core/rcu 07/22] softirq: Eliminate unused cond_resched_softirq() macro

From: Eric Dumazet
Date: Mon Apr 23 2018 - 09:25:32 EST


On Mon, Apr 23, 2018 at 1:54 AM Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:

> On Sun, Apr 22, 2018 at 07:32:12PM -0700, Paul E. McKenney wrote:
> > The cond_resched_softirq() macro is not used anywhere in mainline, so
> > this commit simplifies the kernel by eliminating it.
> >
> > Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>
> > Cc: Ingo Molnar <mingo@xxxxxxxxxx>

> Fair enough,

> Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>

Yes, I suggested this removal in
https://www.spinics.net/lists/netdev/msg375161.html

Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>

Thanks Paul.