From: Brice Goglin Date: Mon, 11 Dec 2006 10:27:19 +0000 (+0100) Subject: [PATCH] myri10ge: fix big_bytes in case of vlan frames X-Git-Tag: v2.6.20-rc1~146^2~25^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13348beee529cd1200deeac161e1b2de0705b495;p=pandora-kernel.git [PATCH] myri10ge: fix big_bytes in case of vlan frames Fix sizing of big_bytes in the case of vlan frames. The 4 VLAN_HLEN bytes were omitted, leading to sizing the big buffer 4 bytes smaller than it should be. Due to how rx buffers are carved from pages, this was harmless for the common (9000, 1500) byte MTUs, but could lead to data corruption for some MTUs. Signed-off-by: Brice Goglin Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed