commit | e8c68c0a09279107b5b239ca6fa7c5839717b7e2 | [log] [tgz] |
---|---|---|
author | Jon Cooper <jcooper@solarflare.com> | Fri Mar 08 10:18:28 2013 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Thu Aug 29 18:12:12 2013 +0100 |
tree | 27de28a6c05415007eb9d4f7c89aa4667aecf2dc | |
parent | 15acb1cea5d9298eac511b80380183be624fa31c [diff] |
sfc: Prepare for RX scatter on EF10 RX DMA scatter is always enabled on EF10. Adjust the common RX completion handling to allow for this. RX completion events on EF10 include the length used from a single descriptor, not the cumulative length used. Add a field to struct efx_rx_queue to hold the cumulative length. [bwh: Also fix a related comment] Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>