]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tcpip] Allow for architecture-specific TCP/IP checksum routines
authorMichael Brown <mcb30@ipxe.org>
Wed, 27 Jun 2012 11:02:58 +0000 (12:02 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 27 Jun 2012 18:15:17 +0000 (19:15 +0100)
commit1d77d032168bd495c53589cca596131a992473c4
treef6ade4bb1e404c1fcf66bfa647cd7d9273e66eb2
parent6a4ff519c8c21c8acbedb5e2db4d92c14e99d9f1
[tcpip] Allow for architecture-specific TCP/IP checksum routines

Calculating the TCP/IP checksum on received packets accounts for a
substantial fraction of the response latency.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/include/bits/tcpip.h [new file with mode: 0644]
src/include/ipxe/tcpip.h
src/net/tcpip.c