commit | b9b39b625cf57cd0ea998717598b68963cbec3cb | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Wed May 07 12:51:12 2008 +0100 |
committer | Jeff Garzik <jgarzik@redhat.com> | Tue May 13 01:31:40 2008 -0400 |
tree | 19f358d15b6c75d660cf1ea369559f58ad9f0c1e | |
parent | 48cfb14f8b89d4d5b3df6c16f08b258686fb12ad [diff] |
[netdrvr] sfc: Add TSO support The SFC4000 controller does not have hardware support for TSO, and the core GSO code incurs a high cost in allocating and freeing skbs. This TSO implementation uses lightweight packet header structures and is substantially faster. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>