commit | f104fedc0da126abe93dd0f4a9fa13e5133bf9df | [log] [tgz] |
---|---|---|
author | Govindarajulu Varadarajan <_govind@gmx.com> | Tue Jan 20 18:46:15 2015 +0530 |
committer | David S. Miller <davem@davemloft.net> | Sat Jan 24 22:39:03 2015 -0800 |
tree | 5497a8c5608f9dc6c7a23344c5a190fc877ef550 | |
parent | 5d7b045b73f4ce9fe53eb1b4fc219e141d0fdc6a [diff] |
enic: fix rx napi poll return value With the commit d75b1ade567ffab ("net: less interrupt masking in NAPI") napi repoll is done only when work_done == budget. When we are in busy_poll we return 0 in napi_poll. We should return budget. Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller <davem@davemloft.net>