|
@@ -563,6 +563,7 @@ rx_next:
|
|
if (cpr16(IntrStatus) & cp_rx_intr_mask)
|
|
if (cpr16(IntrStatus) & cp_rx_intr_mask)
|
|
goto rx_status_loop;
|
|
goto rx_status_loop;
|
|
|
|
|
|
|
|
+ napi_gro_flush(napi);
|
|
spin_lock_irqsave(&cp->lock, flags);
|
|
spin_lock_irqsave(&cp->lock, flags);
|
|
__napi_complete(napi);
|
|
__napi_complete(napi);
|
|
cpw16_f(IntrMask, cp_intr_mask);
|
|
cpw16_f(IntrMask, cp_intr_mask);
|