commit | 514bedbc3a07e466b040f76319b8f2a4c7b0c7a4 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Fri Oct 05 19:30:16 2012 +0100 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Wed Aug 21 19:44:31 2013 +0100 |
tree | 5351f931fafcc264aed0d5e2f555999eab862139 | |
parent | 8b8a95a11aa985b7f6f6df8a0ffa597e56ff8310 [diff] |
sfc: Remove efx_process_channel_now() 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>