Re: [PATCH net-next] dp83640: don't hold spinlock while calling netif_rx_ni
From: David Miller <davem@davemloft.net>
Date: 2017-08-30 21:50:32
From: David Miller <davem@davemloft.net>
Date: 2017-08-30 21:50:32
From: Stefan Sørensen <redacted> Date: Wed, 30 Aug 2017 08:58:47 +0200
We should not hold a spinlock while pushing the skb into the networking stack, so move the call to netif_rx_ni out of the critical region to where we have dropped the spinlock. Signed-off-by: Stefan Sørensen <redacted>
Looks good, applied, thanks.