kernel-ark/drivers/net/vxge
Sreenivasa Honnur 22fa125ee2 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 <sreenivasa.honnur@neterion.com>
Signed-off-by: Ramkrishna Vepa <ram.vepa@neterion.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-07-05 19:16:38 -07:00
..
Makefile
vxge-config.c vxge: Removed ioremap of unused bar addresses and their references 2009-07-05 19:16:24 -07:00
vxge-config.h vxge: Removed ioremap of unused bar addresses and their references 2009-07-05 19:16:24 -07:00
vxge-ethtool.c
vxge-ethtool.h
vxge-main.c vxge: Disable fcs stripping. 2009-07-05 19:16:38 -07:00
vxge-main.h vxge: Disable fcs stripping. 2009-07-05 19:16:38 -07:00
vxge-reg.h vxge: Corrected Register map entry for xmac_link registers 2009-07-05 19:16:30 -07:00
vxge-traffic.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-05-18 21:08:20 -07:00
vxge-traffic.h vxge: Removed the code to bounds check the mss value 2009-07-05 19:16:32 -07:00
vxge-version.h vxge: Enable SRIOV support in the driver. 2009-06-17 04:31:14 -07:00