diff options
author | Eric Dumazet <edumazet@google.com> | 2018-09-27 09:31:51 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-28 11:12:28 -0700 |
commit | c24498c6827b71f80fecc9fb1b70a792053d41a9 (patch) | |
tree | 96dce225e61d6f78fd539c2f5b6e443dd4bec041 /lib | |
parent | 05c5e9ff22e33cb9706b20fd3cf33b802f7edbf6 (diff) |
netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()
Since we do no longer require NAPI drivers to provide
an ndo_poll_controller(), napi_schedule() has not been done
before poll_one_napi() invocation.
So testing NAPI_STATE_SCHED is likely to cause early returns.
While we are at it, remove outdated comment.
Note to future bisections : This change might surface prior
bugs in drivers. See commit 73f21c653f93 ("bnxt_en: Fix TX
timeout during netpoll.") for one occurrence.
Fixes: ac3d9dd034e5 ("netpoll: make ndo_poll_controller() optional")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Tested-by: Song Liu <songliubraving@fb.com>
Cc: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions