public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 net 0/2] net: gro: fix outer network offset
@ 2026-02-02 11:43 Paolo Abeni
  2026-02-02 11:43 ` [PATCH v2 net 1/2] " Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paolo Abeni @ 2026-02-02 11:43 UTC (permalink / raw)
  To: netdev
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Simon Horman,
	Shuah Khan, Willem de Bruijn, Richard Gobert, linux-kselftest,
	aleksander.lobakin

The GRO stage has still problems in some edge scenarios when dealing
with encapsulated traffic: the first patch address an issue there
leading to bad checksums.

The second patch introduces a test case covering the relevant scenario:
S/W segmentation after GRO for encapsulated traffic.

v1 -> v2:
  - fixed typos in patch 2/2

Paolo Abeni (2):
  net: gro: fix outer network offset
  selftest: net: add a test-case for encap segmentation after GRO

 net/core/gro.c                            |  2 +
 tools/testing/selftests/net/udpgro_fwd.sh | 64 +++++++++++++++++++++++
 2 files changed, 66 insertions(+)

-- 
2.52.0


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

end of thread, other threads:[~2026-02-04  3:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-02 11:43 [PATCH v2 net 0/2] net: gro: fix outer network offset Paolo Abeni
2026-02-02 11:43 ` [PATCH v2 net 1/2] " Paolo Abeni
2026-02-02 12:22   ` Eric Dumazet
2026-02-02 11:43 ` [PATCH v2 net 2/2] selftest: net: add a test-case for encap segmentation after GRO Paolo Abeni
2026-02-04  3:30 ` [PATCH v2 net 0/2] net: gro: fix outer network offset 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