commit | 13348beee529cd1200deeac161e1b2de0705b495 | [log] [tgz] |
---|---|---|
author | Brice Goglin <brice@myri.com> | Mon Dec 11 11:27:19 2006 +0100 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Dec 11 09:54:06 2006 -0500 |
tree | a68281b8d47b665199481a30431883ed8fed9dd9 | |
parent | de3c4507047f2457359551c49b093669acb4f190 [diff] |
[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 <brice@myri.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>