netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] selftest: Extend tun/virtio coverage for GSO over UDP tunnels
@ 2025-11-17  6:24 xu du
  2025-11-17  6:24 ` [PATCH net-next 1/8] selftest: tun: Format tun.c existing code xu du
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: xu du @ 2025-11-17  6:24 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni; +Cc: netdev

This patch series increases test coverage for the tun/virtio use-case.

The primary goal is to add test validation for GSO when operating over 
UDP tunnels, a scenario which is not currently covered.

The design strategy is to extend the existing tun/tap testing infrastructure
to support this new use-case, rather than introducing a new or parallel framework.
This allows for better integration and re-use of existing test logic.

*** BLURB HERE ***

xu du (8):
  selftest: tun: Format tun.c existing code
  selftest: tun: Introduce tuntap_helpers.h header for TUN/TAP testing
  selftest: tun: Refactor tun_delete to use tuntap_helpers
  selftest: tap: Refactor tap test to use tuntap_helpers
  selftest: tun: Add helpers for GSO over UDP tunnel
  selftest: tun: Add test for sending gso packet into tun
  selftest: tun: Add test for receiving gso packet from tun
  selftest: tun: Add test data for success and failure paths

 tools/testing/selftests/net/tap.c            | 286 +-----
 tools/testing/selftests/net/tun.c            | 884 ++++++++++++++++++-
 tools/testing/selftests/net/tuntap_helpers.h | 495 +++++++++++
 3 files changed, 1383 insertions(+), 282 deletions(-)
 create mode 100644 tools/testing/selftests/net/tuntap_helpers.h


base-commit: df58ee7d8faf353ebf5d4703c35fcf3e578e9b1b
-- 
2.49.0


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

end of thread, other threads:[~2025-11-17 15:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-17  6:24 [PATCH net-next 0/8] selftest: Extend tun/virtio coverage for GSO over UDP tunnels xu du
2025-11-17  6:24 ` [PATCH net-next 1/8] selftest: tun: Format tun.c existing code xu du
2025-11-17  6:24 ` [PATCH net-next 2/8] selftest: tun: Introduce tuntap_helpers.h header for TUN/TAP testing xu du
2025-11-17  6:24 ` [PATCH net-next 3/8] selftest: tun: Refactor tun_delete to use tuntap_helpers xu du
2025-11-17  6:25 ` [PATCH net-next 4/8] selftest: tap: Refactor tap test " xu du
2025-11-17  6:25 ` [PATCH net-next 5/8] selftest: tun: Add helpers for GSO over UDP tunnel xu du
2025-11-17  6:25 ` [PATCH net-next 6/8] selftest: tun: Add test for sending gso packet into tun xu du
2025-11-17  6:25 ` [PATCH net-next 7/8] selftest: tun: Add test for receiving gso packet from tun xu du
2025-11-17  6:25 ` [PATCH net-next 8/8] selftest: tun: Add test data for success and failure paths xu du
2025-11-17 15:40 ` [PATCH net-next 0/8] selftest: Extend tun/virtio coverage for GSO over UDP tunnels Jakub Kicinski

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).