From: Xin Long <lucien.xin@gmail.com>
To: network dev <netdev@vger.kernel.org>
Cc: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>,
Davide Caratti <dcaratti@redhat.com>,
davem@davemloft.net, Jakub Kicinski <kuba@kernel.org>,
Willem de Bruijn <willemb@google.com>,
Alexander Duyck <alexander.duyck@gmail.com>
Subject: [PATCHv3 net-next 0/2] net: add support for ip generic checksum offload for gre
Date: Thu, 28 Jan 2021 17:18:30 +0800 [thread overview]
Message-ID: <cover.1611825446.git.lucien.xin@gmail.com> (raw)
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
next reply other threads:[~2021-01-28 9:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-28 9:18 Xin Long [this message]
2021-01-28 9:18 ` [PATCHv3 net-next 1/2] net: support ip generic csum processing in skb_csum_hwoffload_help Xin Long
2021-01-28 14:06 ` Willem de Bruijn
2021-01-28 19:46 ` Alexander Duyck
2021-01-28 20:00 ` Willem de Bruijn
2021-01-28 21:42 ` Alexander Duyck
2021-01-28 22:05 ` Willem de Bruijn
2021-01-28 9:18 ` [PATCHv3 net-next 2/2] ip_gre: add csum offload support for gre header Xin Long
2021-01-30 5:00 ` [PATCHv3 net-next 0/2] net: add support for ip generic checksum offload for gre patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1611825446.git.lucien.xin@gmail.com \
--to=lucien.xin@gmail.com \
--cc=alexander.duyck@gmail.com \
--cc=davem@davemloft.net \
--cc=dcaratti@redhat.com \
--cc=kuba@kernel.org \
--cc=marcelo.leitner@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=willemb@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.