[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47144920.4010402@nortel.com>
Date: Mon, 15 Oct 2007 23:16:16 -0600
From: "Chris Friesen" <cfriesen@...tel.com>
To: Stephen Hemminger <shemminger@...ux-foundation.org>
CC: netdev@...r.kernel.org
Subject: Re: question on sky2 driver panic
Stephen Hemminger wrote:
> Maybe TIPC can't handle fragmented receive buffers. The sky2 driver
> generates skb's with header and multiple pages if MTU is big enough.
> For 9K MTU that would be 1K of data + 2 4K pages. The protocols are
> supposed to be smart enough to handle this, but TIPC is rarely used.
We already had to modify tipc to handle fragmented receive buffers when
we had memory allocation errors on the e1000 and moved to fragmented
skbs in that driver.
Our version of the e1000 passes 200 bytes in the initial chunk, and the
rest in fragments. tipc currently handles that without any difficulty.
I was just checking more to see if there were any known issues in this
area that have been fixed in more recent driver versions.
Chris
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists