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
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
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
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