From: Francois Romieu Date: Thu, 10 Jul 2008 22:03:44 +0000 (+0200) Subject: via-velocity: remove the bounce buffers X-Git-Tag: v2.6.27-rc1~969^2~146^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=580a690208321ed45addef5ef12e25b87f9f5dec;p=pandora-kernel.git via-velocity: remove the bounce buffers Executive summary: the bounce buffers are in my way - they use something like a 64 * 1500 bytes area of PCI consistent area - they are not resized when the MTU changes - they are used - to hand-pad undersized packets. skb_pad anyone ? - to linearize fragmented skbs whose fragment count goes beyond the 7 fragments hardware limit in order to claim scatter-gather support Actually the SG code is commented out and I wonder if it could not be implemented (ab-)using the large send feature of the chipset since the latter should support some multi-descriptor packet transmitting. Signed-off-by: Francois Romieu Fixed-by: Séguier Régis Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed