[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <E1GdJNf-0002xT-00@gondolin.me.apana.org.au>
Date: Fri, 27 Oct 2006 14:31:43 +1000
From: Herbert Xu <herbert@...dor.apana.org.au>
To: lkml@...ipnet.com (Carlos Velasco)
Cc: herbert@...dor.apana.org.au, linux-kernel@...r.kernel.org,
linux-net@...r.kernel.org
Subject: Re: Networking messed up, bad checksum, incorrect length
Carlos Velasco <lkml@...ipnet.com> wrote:
>
>> netfilter will see the jumbo frames rather than the individual packets.
>
> I wonder if this could affect the TCP stateful tracking of netfilter
> making the ACK drops I see.
It shouldn't if netfilter is behaving correctly. The whole point of
TSO is that the packet is an otherwise valid TCP/IP packet. The only
thing special about it is that it exceeds the MTU of the output device.
That's what allows us to implement TSO without touching all parts of
the networking stack.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists