RE: ucc_geth: Fix the wrong the Rx/Tx FIFO size
From: Liu Dave-R63238 <hidden>
Date: 2010-01-04 03:42:35
Also in:
netdev
From: Liu Dave-R63238 <hidden>
Date: 2010-01-04 03:42:35
Also in:
netdev
On Fri, Nov 27, 2009 at 04:16:43PM +0800, Dave Liu wrote:quoted
current the Rx/Tx FIFO size settings cause problem when four UEC ethernets work simultaneously. =20 eg: GETH1, UEM-J15, GETH2, UEC-J5 on 8569MDS board =20 $ ifconfig eth0 10.193.20.166 $ ifconfig eth1 10.193.20.167 $ ifconfig eth2 10.193.20.168 then $ ifconfig eth3 10.193.20.169 =20 The fourth ethernet will cause all of interface broken, you cann't ping successfully any more. The patch fix this issue for MPC8569 Rev1.0 and Rev2.0 =20 Signed-off-by: Dave Liu <redacted>=20 Acked-by: Anton Vorontsov <redacted> =20 Thanks Dave! I see that the new values actually match the QEIWRM spec (except UTFS... spec recommends 2048, but it also says that it might differ for different memory setups, though that's a separate issue). =20 And FWIW, I did some quick netperf tests on MPC8360, and the patch doesn't cause any problems.
David, How about this patch? Please consider to pick it up to your tree. Thanks, Dave