sfc: Implement firmware-assisted TSO for EF10
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 8 Mar 2013 21:20:09 +0000 (21:20 +0000)
committerBen Hutchings <bhutchings@solarflare.com>
Fri, 20 Sep 2013 18:31:48 +0000 (19:31 +0100)
Segmentation remains in the driver, but we generate option descriptors
describing the required packet editing rather than making our own
copies.

Reduce tso_state::ipv4_id to 16 bits, so it doesn't overflow into the
TCP_FLAGS field of the option descriptor.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>

No differences found