From: Francois Romieu Date: Tue, 20 Feb 2007 21:20:51 +0000 (+0100) Subject: r8169: confusion between hardware and IP header alignment X-Git-Tag: v2.6.23-rc1~1201^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864022344caf43dab7fa5219152280d056c6e051;p=pandora-kernel.git r8169: confusion between hardware and IP header alignment The rx copybreak part is straightforward. The align field in struct rtl_cfg_info is related to the alignment requirements of the DMA operation. Its value is set at 2 to limit the scale of possible regression but my old v1.21 8169 datasheet claims a 8 bytes requirements (which never appeared in the driver, of course) and the 8101/8168 go with a plain 8 bytes alignment. Signed-off-by: Francois Romieu Cc: Edward Hsu --- Reading git-diff-tree failed