Re: [PATCH net-next] net: napi_watchdog() can use napi_schedule_irqoff()

2017-02-21 Thread David Miller
From: Eric Dumazet Date: Tue, 21 Feb 2017 08:20:56 -0800 > From: Eric Dumazet > > hrtimer handlers run with masked hard IRQ, we can therefore > use napi_schedule_irqoff() > > Signed-off-by: Eric Dumazet Applied, thanks Eric.

[PATCH net-next] net: napi_watchdog() can use napi_schedule_irqoff()

2017-02-21 Thread Eric Dumazet
From: Eric Dumazet hrtimer handlers run with masked hard IRQ, we can therefore use napi_schedule_irqoff() Signed-off-by: Eric Dumazet --- net/core/dev.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/dev.c b/net/core/dev.c index 05d19c6acf9460e072195e185b64e19