|
@@ -3942,7 +3942,7 @@ e1000_clean(struct napi_struct *napi, int budget)
|
|
&work_done, budget);
|
|
&work_done, budget);
|
|
|
|
|
|
/* If no Tx and not enough Rx work done, exit the polling mode */
|
|
/* If no Tx and not enough Rx work done, exit the polling mode */
|
|
- if ((!tx_cleaned && (work_done < budget)) ||
|
|
|
|
|
|
+ if ((!tx_cleaned && (work_done == 0)) ||
|
|
!netif_running(poll_dev)) {
|
|
!netif_running(poll_dev)) {
|
|
quit_polling:
|
|
quit_polling:
|
|
if (likely(adapter->itr_setting & 3))
|
|
if (likely(adapter->itr_setting & 3))
|