From: Andrew Rybchenko Date: Sat, 16 Nov 2013 07:02:27 +0000 (+0400) Subject: sfc: RX buffer allocation takes prefix size into account in IP header alignment X-Git-Tag: v3.13-rc4~3^2~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec030144f648a6dd208f95f55ece212f1b72771;p=pandora-kernel.git sfc: RX buffer allocation takes prefix size into account in IP header alignment rx_prefix_size is 4-bytes aligned on Falcon/Siena (16 bytes), but it is equal to 14 on EF10. So, it should be taken into account if arch requires IP header to be 4-bytes aligned (via NET_IP_ALIGN). Fixes: 8127d661e77f ('sfc: Add support for Solarflare SFC9100 family') Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed