git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b8a95a
)
sfc: Remove efx_process_channel_now()
author
Ben Hutchings
<bhutchings@solarflare.com>
Fri, 5 Oct 2012 18:30:16 +0000
(19:30 +0100)
committer
Ben Hutchings
<bhutchings@solarflare.com>
Wed, 21 Aug 2013 18:44:31 +0000
(19:44 +0100)
efx_process_channel_now() is unneeded since self-tests can rely on
normal NAPI polling. Remove it and all calls to it.
efx_channel::work_pending and efx_channel_processed() are also
unneeded (the latter being the same as efx_nic_eventq_read_ack()).
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
No differences found