Files
linux/drivers/net/ethernet/sfc
Ben Hutchings d9ab70079a sfc: Skip RX end-of-batch work on channels without an RX queue
The code in efx_process_channel() to update the RX queue after each
batch of RX completions works out as a no-op on a TX-only channel
where the RX queue structure is set to all-zeroes, but
(1) efx_channel_get_rx_queue() will BUG() if DEBUG is defined, and
(2) it's a waste of time.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2012-02-13 23:40:38 +00:00
..
2012-01-27 00:10:52 +00:00
2012-01-27 00:10:54 +00:00
2012-01-30 16:53:37 +00:00
2012-01-27 00:10:55 +00:00