Re: [PATCH 1/3] sky2: tx pause bug fix

2006-09-22 Thread Stephen Hemminger
On Fri, 22 Sep 2006 18:40:00 +1000 "Andrew Hall" <[EMAIL PROTECTED]> wrote: > > > > If there's anything I can do to help isolate this issue please let me > > know. > > > > Looking through the logs I'm also intermittently seeing some of this: > > sky2 eth1: rx error, status 0x7ffc0001 length 844

Re: [PATCH 1/3] sky2: tx pause bug fix

2006-09-22 Thread Andrew Hall
If there's anything I can do to help isolate this issue please let me know. Looking through the logs I'm also intermittently seeing some of this: sky2 eth1: rx error, status 0x7ffc0001 length 844 I'm not sure if it's related to the TX issue but I thought I'd mention it. - To unsubscribe f

Re: [PATCH 1/3] sky2: tx pause bug fix

2006-09-21 Thread Larry Finger
Andrew Hall wrote: Unfortunately I spoke too soon.. :-( The driver no longer appears to fail under load but still fails randomly with relatively light load: I don't know if this will help, but NETDEV watchdog timeouts in the bcm43xx driver were fixed by changing a netif_stop_queue call int

Re: [PATCH 1/3] sky2: tx pause bug fix

2006-09-21 Thread Andrew Hall
To: "Andrew Hall" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, September 20, 2006 6:31 AM Subject: Re: [PATCH 1/3] sky2: tx pause bug fix On Mon, 11 Sep 2006 11:35:11 +1000 "Andrew Hall" <[EMAIL PROTECTED]> wrote: Stephen, After some serious testing, this patch seems to

Re: [PATCH 1/3] sky2: tx pause bug fix

2006-09-19 Thread Andrew Hall
Not that I've been able to uncover. Thanks for fixing this.. - Original Message - From: "Stephen Hemminger" <[EMAIL PROTECTED]> To: "Andrew Hall" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, September 20, 2006 6:31 AM Subject: Re: [PATCH 1/3] sky2: tx

Re: [PATCH 1/3] sky2: tx pause bug fix

2006-09-19 Thread Stephen Hemminger
On Mon, 11 Sep 2006 11:35:11 +1000 "Andrew Hall" <[EMAIL PROTECTED]> wrote: > Stephen, > > After some serious testing, this patch seems to fix the lockup issue > completely. I manually applied these changes against the 2.6.17.13 release. Any more problems? - To unsubscribe from this list: send

Re: [PATCH 1/3] sky2: tx pause bug fix

2006-09-13 Thread Jeff Garzik
since I didn't hear back on my question from yesterday, and since 2.6.18 is very close, I applied this series to netdev#upstream Jeff - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.k

Re: [PATCH 1/3] sky2: tx pause bug fix

2006-09-11 Thread Jeff Garzik
Stephen Hemminger wrote: Fix problems with transmit pause frames. The driver was telling the GMAC to flush (not process) pause frames. Manually disabling pause wasn't working because of problems in the setup. This maybe the cause of the lockup under load. http://bugzilla.kernel.org/show_

Re: [PATCH 1/3] sky2: tx pause bug fix

2006-09-10 Thread Andrew Hall
OTECTED]> Cc: Sent: Thursday, September 07, 2006 5:44 AM Subject: [PATCH 1/3] sky2: tx pause bug fix Fix problems with transmit pause frames. The driver was telling the GMAC to flush (not process) pause frames. Manually disabling pause wasn't working because of problems in the setup. Thi

[PATCH 1/3] sky2: tx pause bug fix

2006-09-06 Thread Stephen Hemminger
Fix problems with transmit pause frames. The driver was telling the GMAC to flush (not process) pause frames. Manually disabling pause wasn't working because of problems in the setup. This maybe the cause of the lockup under load. http://bugzilla.kernel.org/show_bug.cgi?id=6839 Patch agai