netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 net-next 0/2] net: add support for ip generic checksum offload for gre
@ 2021-01-28  9:18 Xin Long
  2021-01-28  9:18 ` [PATCHv3 net-next 1/2] net: support ip generic csum processing in skb_csum_hwoffload_help Xin Long
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Xin Long @ 2021-01-28  9:18 UTC (permalink / raw)
  To: network dev
  Cc: Marcelo Ricardo Leitner, Davide Caratti, davem, Jakub Kicinski,
	Willem de Bruijn, Alexander Duyck

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-01-30  9:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-28  9:18 [PATCHv3 net-next 0/2] net: add support for ip generic checksum offload for gre Xin Long
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).