commit | 6048718d719f460abba8eaff1c0122247b2c3d91 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Tue May 04 09:58:55 2010 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 11 11:36:09 2010 -0700 |
tree | bca18394ccf66190d2221c422ed0419135a6ea28 | |
parent | 9f8bd8bacf90c78e331ad63c38b0ea167e2ce639 [diff] |
Staging: hv: transmit scatter gather support The transmit management of pages was confusing for handling fragmented SKB's. (But since NETIF_F_SG was never set, the code was never hit). The parameter AdditionalRequestPageBufferCount is always one, (and leads to ugly code), so just inline and add comments. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Acked-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>