From: Sreenivasa Honnur Date: Wed, 1 Jul 2009 21:17:24 +0000 (+0000) Subject: vxge: Disable fcs stripping. X-Git-Tag: v2.6.32-rc1~703^2~850 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22fa125ee24f8db497fa447c145a4a1293fab098;p=pandora-kernel.git vxge: Disable fcs stripping. - Disable fcs stripping. The minimum frame size that can be received by the hardware is 57 Bytes. A 64 Byte Ethernet frame with the vlan tag and fcs stripped will result in a 56 Byte frame which will lock up the receive engine. The work around is to disable fcs stripping in the hardware which is done with a firmware upgrade. The fixes are - 1. Ensure that the correct firmware version is used. 2. Decrement the indicated packet length of the receive packet by 4 bytes (FCS length). Signed-off-by: Sreenivasa Honnur Signed-off-by: Ramkrishna Vepa Signed-off-by: David S. Miller --- Reading git-diff-tree failed