aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/core/dev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 74f77ca03349..b98ddc62a55d 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -3121,6 +3121,7 @@ static int process_backlog(struct napi_struct *napi, int quota)
3121 if (!skb) { 3121 if (!skb) {
3122 __napi_complete(napi); 3122 __napi_complete(napi);
3123 rps_unlock(queue); 3123 rps_unlock(queue);
3124 local_irq_enable();
3124 break; 3125 break;
3125 } 3126 }
3126 rps_unlock(queue); 3127 rps_unlock(queue);