Neterion's Xframe adapter supports TSO over IPv6. Ravi
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Miller Sent: Thursday, June 22, 2006 2:32 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; netdev@vger.kernel.org Subject: Re: [3/5] [NET]: Add software TSOv4 From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Date: Fri, 23 Jun 2006 00:04:03 +0900 (JST) > In article <[EMAIL PROTECTED]> (at Thu, 22 Jun 2006 18:14:00 +1000), Herbert Xu <[EMAIL PROTECTED]> says: > > > [NET]: Add software TSOv4 > > > > This patch adds the GSO implementation for IPv4 TCP. > > > > Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> > > I'd appreciate if you code up IPv6 TCP as well. :-) To my understanding doing IPV6 TCP TSO is a non-trivial task, even in software. The header editing is a lot more complicated because things like routing and other extension headers can sit between IPV6 and TCP header. It is probably why IPV6 TSO hardware does not exist yet :) Do not take this to mean I think it should not be implemented, I think it should. - 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.kernel.org/majordomo-info.html - 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.kernel.org/majordomo-info.html