|
From: snowcrash+e1000 <sch...@gm...> - 2008-03-28 21:31:25
|
hi auke, > > options e1000 debug=16 XsumRX=0 Speed=1000 Duplex=2 > > InterruptThrottleRate=0 FlowControl=3 RxDescriptors=4096 > > TxDescriptors=4096 RxIntDelay=0 TxIntDelay=0 > > those are all a bit unneeded and I would suggest removing all of these options. > Note that you are explicitly forcing speed/duplex here which is not recommended, > and may be wrong depending on the link partner configuration. > > Try (1) with no options or (2) with only TSO disabled: `ethtool -K eth0 tso off` just to add, digging further, i found this: http://sourceforge.net/tracker/index.php?func=detail&aid=1463045&group_id=42302&atid=447449 "... The only difference is with the new driver, the system can survive the issue. And if i disable the tso, the driver becomes stable! (I am not so sure, need more testing...) ..." now, i'll get on with trying to 'do' what you'd suggested above ... thanks. |