From 1d77d032168bd495c53589cca596131a992473c4 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 27 Jun 2012 12:02:58 +0100 Subject: [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 --- src/arch/x86/include/bits/tcpip.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/arch/x86/include/bits/tcpip.h (limited to 'src/arch') diff --git a/src/arch/x86/include/bits/tcpip.h b/src/arch/x86/include/bits/tcpip.h new file mode 100644 index 000000000..9ae8d9205 --- /dev/null +++ b/src/arch/x86/include/bits/tcpip.h @@ -0,0 +1,12 @@ +#ifndef _BITS_TCPIP_H +#define _BITS_TCPIP_H + +/** @file + * + * Transport-network layer interface + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#endif /* _BITS_TCPIP_H */ -- cgit v1.2.3-55-g7522