Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4008276 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

net: Add a missing local_irq_enable()



As noticed by Changli Gao, we must call local_irq_enable() after
rps_unlock()

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5a6d234e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3121,6 +3121,7 @@ static int process_backlog(struct napi_struct *napi, int quota)
		if (!skb) {
			__napi_complete(napi);
			rps_unlock(queue);
			local_irq_enable();
			break;
		}
		rps_unlock(queue);