Re: [PATCH] net: sched: don't disable bh when accessing action idr

From: Cong Wang
Date: Fri May 18 2018 - 22:03:59 EST


On Fri, May 18, 2018 at 8:45 AM, Vlad Buslov <vladbu@xxxxxxxxxxxx> wrote:
> Underlying implementation of action map has changed and doesn't require
> disabling bh anymore. Replace all action idr spinlock usage with regular
> calls that do not disable bh.

Please explain explicitly why it is not required, don't let people
dig, this would save everyone's time.

Also, this should be targeted for net-next, right?

Thanks.