[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1611825446.git.lucien.xin@gmail.com>
Date: Thu, 28 Jan 2021 17:18:30 +0800
From: Xin Long <lucien.xin@...il.com>
To: network dev <netdev@...r.kernel.org>
Cc: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>,
Davide Caratti <dcaratti@...hat.com>, davem@...emloft.net,
Jakub Kicinski <kuba@...nel.org>,
Willem de Bruijn <willemb@...gle.com>,
Alexander Duyck <alexander.duyck@...il.com>
Subject: [PATCHv3 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.
v2->v3:
- See the 1st patch.
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