commit | 3dced740c243f454a9b83fbe73133911d5c6ce8d | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Sat Apr 27 01:55:18 2013 +0100 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Tue Aug 27 22:29:07 2013 +0100 |
tree | 74177f58da775d3176bc0f26a9867b07f82562bf | |
parent | 02e121650b5e46ef3f2b3ed1ebc4b70e47799056 [diff] |
sfc: Add support for reading packet length from prefix Define a flag for struct efx_rx_buffer and efx_rx_packet() that indicates packet length must be read from the prefix. If this is set, read the length in __efx_rx_packet() (when the prefix should have arrived in cache). Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>