aha/drivers/net/sfc
Ben Hutchings cc11763b35 sfc: Work around XMAC bug causing packet loss with some peers
Received frames must be re-clocked by the local XGXS to the 156.25 MHz
(DDR) clock of the XGMII.  If the remote clock is slightly faster this
can reduce a minimum IPG of 64 bit-times (1 cycle) to 32 bit-times
(half a cycle).  If the XMAC detects that a frame has reached the
maximum RX frame length in the same cycle that it receives one of
these reduced IPGs, it may miss the IPG, causing two valid frames to
be treated as a single invalid frame (over-length with bad CRC).

We work around this by increasing the maximum RX frame length so that
peers with matched MTU will not provoke this bug.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-08-26 17:38:56 -07:00
..
bitfield.h
boards.c
boards.h
efx.c sfc: Fix ordering of device registration and initial netif_carrier_off() 2009-08-26 17:38:49 -07:00
efx.h
enum.h
ethtool.c sfc: Use generic MDIO flow control auto-negotiation functions 2009-04-29 17:32:37 -07:00
ethtool.h
falcon.c sfc: Use generic MDIO functions and definitions 2009-04-29 17:32:30 -07:00
falcon.h
falcon_gmac.c
falcon_hwdefs.h sfc: Do not reinitialise XAUI serdes before it has completed reset 2009-08-26 17:38:51 -07:00
falcon_io.h
falcon_xmac.c sfc: Do not reinitialise XAUI serdes before it has completed reset 2009-08-26 17:38:51 -07:00
gmii.h
Kconfig sfc: Use generic MDIO functions and definitions 2009-04-29 17:32:30 -07:00
mac.h
Makefile
mdio_10g.c sfc: Use generic MDIO flow control auto-negotiation functions 2009-04-29 17:32:37 -07:00
mdio_10g.h sfc: Use generic MDIO flow control auto-negotiation functions 2009-04-29 17:32:37 -07:00
mtd.c
net_driver.h sfc: Work around XMAC bug causing packet loss with some peers 2009-08-26 17:38:56 -07:00
phy.h
rx.c
rx.h
selftest.c net: dont update dev->trans_start in 10GB drivers 2009-05-29 01:46:26 -07:00
selftest.h sfc: Use generic MDIO functions and definitions 2009-04-29 17:32:30 -07:00
sfe4001.c
spi.h
tenxpress.c sfc: Expose 100/1000BASE-T MDI-X status via ethtool 2009-06-11 02:47:11 -07:00
tx.c net: dont update dev->trans_start in 10GB drivers 2009-05-29 01:46:26 -07:00
tx.h
workarounds.h
xfp_phy.c sfc: QT2025C: Use hard reset only 2009-08-26 17:38:54 -07:00