|
@@ -3175,7 +3175,7 @@ static int bnx2x_poll(struct napi_struct *napi, int budget)
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
if (!bnx2x_fp_lock_napi(fp))
|
|
if (!bnx2x_fp_lock_napi(fp))
|
|
- return work_done;
|
|
|
|
|
|
+ return budget;
|
|
|
|
|
|
for_each_cos_in_tx_queue(fp, cos)
|
|
for_each_cos_in_tx_queue(fp, cos)
|
|
if (bnx2x_tx_queue_has_work(fp->txdata_ptr[cos]))
|
|
if (bnx2x_tx_queue_has_work(fp->txdata_ptr[cos]))
|