[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1416943280-28473-1-git-send-email-therbert@google.com>
Date: Tue, 25 Nov 2014 11:21:18 -0800
From: Tom Herbert <therbert@...gle.com>
To: davem@...emloft.net, netdev@...r.kernel.org
Subject: [PATCH net-next 0/2] gue: Generalize remote checksum offload
The remote checksum offload is generalized by creating a common
function (remcsum_adjust) that does the work of modifying the
checksum in remote checksum offload. This function can be called
from normal or GRO path. GUE was modified to use this function.
Remote checksum offload is described in
https://tools.ietf.org/html/draft-herbert-remotecsumoffload-01
Tested by running 200 TCP_STREAM connections over GUE, did not see
any problems with remote checksum offload enabled.
Tom Herbert (2):
net: Add remcsum_adjust as common function for remote checksum offload
gue: Call remcsum_adjust
include/net/checksum.h | 16 ++++++++++
net/ipv4/fou.c | 84 ++++++++++----------------------------------------
2 files changed, 33 insertions(+), 67 deletions(-)
--
2.1.0.rc2.206.gedb03e5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists