Re: Extremely slow network with e1000 & ip_conntrack

From: David S. Miller
Date: Thu Dec 04 2003 - 13:35:38 EST


On Thu, 4 Dec 2003 09:37:19 -0800
"Feldman, Scott" <scott.feldman@xxxxxxxxx> wrote:

> TSO is support on 82540. Turning off TSO is a workaround, but what's
> behind the dependency of TSO and ip_conntrack?

Netfilter wants to see the _real_ packets that will be sent onto the
wire. TSO is a template by which to create such packets, not the real
thing.

So when and if we go into netfilter, we must un-TSO the packet so
that netfilter can look at what it really wants to.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/