Re: TCP Segmentation Offloading (TSO)

David S. Miller (davem@redhat.com)
Tue, 03 Sep 2002 03:00:25 -0700 (PDT)


From: Andi Kleen <ak@suse.de>
Date: 03 Sep 2002 11:05:30 +0200

x86-64 handles it (also in csum-copy). I think at least Alpha does it
too (that is where I stole the C csum-partial base from) But it's ugly.
See the odd hack.

Ok I think we really need to fix this then in the arches
where broken. Let's do an audit. :-)

I question if x86 is broken at all. It checks odd lengths
and x86 handles odd memory accesses transparently. Please,
some x86 guru make some comments here :-)

It looks like sparc64 is the only platform where oddly aligned buffer
can truly cause problems and I can fix that easily enough.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/