Re: [PATCH net-next] net: remove bh disabling around percpu_counter accesses

2017-01-20 Thread David Miller
From: Eric Dumazet Date: Fri, 20 Jan 2017 05:06:08 -0800 > From: Eric Dumazet > > Shaohua Li made percpu_counter irq safe in commit 098faf5805c8 > ("percpu_counter: make APIs irq safe") > > We can safely remove BH disable/enable sections around various > percpu_counter manipulations. > > Sign

[PATCH net-next] net: remove bh disabling around percpu_counter accesses

2017-01-20 Thread Eric Dumazet
From: Eric Dumazet Shaohua Li made percpu_counter irq safe in commit 098faf5805c8 ("percpu_counter: make APIs irq safe") We can safely remove BH disable/enable sections around various percpu_counter manipulations. Signed-off-by: Eric Dumazet --- include/net/dst_ops.h |9 +---