Staging: hv: transmit scatter gather support
authorStephen Hemminger <shemminger@vyatta.com>
Tue, 4 May 2010 16:58:55 +0000 (09:58 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:09 +0000 (11:36 -0700)
commit6048718d719f460abba8eaff1c0122247b2c3d91
treebca18394ccf66190d2221c422ed0419135a6ea28
parent9f8bd8bacf90c78e331ad63c38b0ea167e2ce639
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>
drivers/staging/hv/RndisFilter.c
drivers/staging/hv/netvsc_drv.c