[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1611477858.git.lucien.xin@gmail.com>
Date: Sun, 24 Jan 2021 16:44:50 +0800
From: Xin Long <lucien.xin@...il.com>
To: network dev <netdev@...r.kernel.org>
Cc: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>,
davem@...emloft.net, Jakub Kicinski <kuba@...nel.org>,
Davide Caratti <dcaratti@...hat.com>,
Alexander Duyck <alexander.duyck@...il.com>
Subject: [PATCH net-next 0/2] net: add support for ip generic checksum offload for gre
This patchset it to add ip generic csum processing first in
skb_csum_hwoffload_help() in Patch 1/2 and then add csum
offload support for GRE header in Patch 2/2.
v1->v2:
- See each patch's changelog.
Xin Long (2):
net: support ip generic csum processing in skb_csum_hwoffload_help
ip_gre: add csum offload support for gre header
include/net/gre.h | 19 +++++++------------
net/core/dev.c | 13 ++++++++++++-
net/ipv4/gre_offload.c | 15 +++++++++++++--
3 files changed, 32 insertions(+), 15 deletions(-)
--
2.1.0
Powered by blists - more mailing lists