[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B4DA4F4.6060007@gmail.com>
Date: Wed, 13 Jan 2010 05:48:20 -0500
From: William Allen Simpson <william.allen.simpson@...il.com>
To: Linux Kernel Developers <linux-kernel@...r.kernel.org>
CC: Linux Kernel Network Developers <netdev@...r.kernel.org>,
Ilpo Järvinen <ilpo.jarvinen@...sinki.fi>,
Eric Dumazet <eric.dumazet@...il.com>,
Andi Kleen <andi@...stfloor.org>
Subject: [PATCH v4] tcp: harmonize tcp_vx_rcv header length assumptions
Harmonize tcp_v4_rcv() and tcp_v6_rcv() -- better document tcp doff
and header length assumptions.
Reduces multiply/shifts, marginally improving speed.
Removes redundant tcp header length checks before checksumming.
Instead, assumes (and documents) that any backlog processing and
transform policies will carefully preserve the header, and will
ensure the socket buffer length remains >= the header size.
Stand-alone patch, originally developed for TCPCT.
Signed-off-by: William.Allen.Simpson@...il.com
---
include/net/xfrm.h | 7 ++++++
net/ipv4/tcp_ipv4.c | 38 +++++++++++++++++++--------------
net/ipv6/tcp_ipv6.c | 58 ++++++++++++++++++++++++++++----------------------
3 files changed, 61 insertions(+), 42 deletions(-)
View attachment "len_th+3v4.patch" of type "text/plain" (7657 bytes)
Powered by blists - more mailing lists