Loading net/core/dev.c +1 −1 Original line number Diff line number Diff line Loading @@ -5089,7 +5089,7 @@ static enum hrtimer_restart napi_watchdog(struct hrtimer *timer) napi = container_of(timer, struct napi_struct, timer); if (napi->gro_list) napi_schedule(napi); napi_schedule_irqoff(napi); return HRTIMER_NORESTART; } Loading Loading
net/core/dev.c +1 −1 Original line number Diff line number Diff line Loading @@ -5089,7 +5089,7 @@ static enum hrtimer_restart napi_watchdog(struct hrtimer *timer) napi = container_of(timer, struct napi_struct, timer); if (napi->gro_list) napi_schedule(napi); napi_schedule_irqoff(napi); return HRTIMER_NORESTART; } Loading