Re: [RFT] sky2: transmit complete alternative

2006-08-30 Thread Andrew Hall
On Thu, 31 Aug 2006 09:22:05 +1000 "Andrew Hall" <[EMAIL PROTECTED]> wrote: Has there been any updates on a fix for the sky2 tx timeout issues? I have been tracking this problem for a while and consistently see this issue when the interface is under heavy load. I'm using 2.6.17.11 but have

re: [RFT] sky2: transmit complete alternative

2006-08-30 Thread Andrew Hall
Has there been any updates on a fix for the sky2 tx timeout issues? I have been tracking this problem for a while and consistently see this issue when the interface is under heavy load. I'm using 2.6.17.11 but have tried .15, .16, .17 and .18rcX all with the same issue - a large amount of (HTTP g

Re: [RFT] sky2: transmit complete alternative

2006-08-23 Thread Jon Wikne
Stephen Hemminger wrote: Does the following get rid of the hang? Recode the transmit completion handling to avoid races between the hardware status report mechanism and the interrupt handler. Rather than relying on the index value in the status ring, read the chip register and cleanup al

[RFT] sky2: transmit complete alternative

2006-08-22 Thread Stephen Hemminger
Does the following get rid of the hang? Recode the transmit completion handling to avoid races between the hardware status report mechanism and the interrupt handler. Rather than relying on the index value in the status ring, read the chip register and cleanup all completed transmits. Re