From: Stephen Hemminger Date: Tue, 4 May 2010 16:58:55 +0000 (-0700) Subject: Staging: hv: transmit scatter gather support X-Git-Tag: v2.6.35-rc1~441^2^2~204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6048718d719f460abba8eaff1c0122247b2c3d91;p=pandora-kernel.git 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 Acked-by: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed