Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bnx2x: fix napi poll return value for repoll
With the commit d75b1ad ("net: less interrupt masking in NAPI") napi repoll is done only when work_done == budget. When in busy_poll is we return 0 in napi_poll. We should return budget. Signed-off-by: Govindarajulu Varadarajan <[email protected]> Acked-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information