Re: Need some help with IP/TCP Checksum Offload

Marek Zawadzki (mzawadzk@cs.stevens-tech.edu)
Sun, 24 Feb 2002 12:48:31 -0500 (EST)


On Fri, 22 Feb 2002 harish.vasudeva@amd.com wrote:

[...]
When does the OS/Protocol offload this task?

I can help with transport layer only -- checkumming of the transport
protocol packet is done by transport protocol -- for instance see udp.c :
udp_getfrag (for sending). So you must came up with a nice design to do it
in hardware instead (ie. without messing with the transport layer too
much). Hope this helps, although there is obviously more to do on other
layers.

-marek

P.S. Please break your lines when you post.

-
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/