All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] expand cmsg_ipv6.sh with ipv4 support
@ 2025-02-25  2:23 Willem de Bruijn
  2025-02-25  2:23 ` [PATCH net-next 1/2] selftests/net: prepare cmsg_ipv6.sh for ipv4 Willem de Bruijn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Willem de Bruijn @ 2025-02-25  2:23 UTC (permalink / raw)
  To: netdev
  Cc: davem, kuba, edumazet, pabeni, horms, shuah, linux-kselftest,
	Willem de Bruijn

From: Willem de Bruijn <willemb@google.com>

Expand IPV6_TCLASS to also cover IP_TOS.
Expand IPV6_HOPLIMIT to also cover IP_TTL.

A series of two patches for basic readability (patch 1 is a noop),
and so that git does not interpret code changes + file rename as
a whole file del + add.

Willem de Bruijn (2):
  selftests/net: prepare cmsg_ipv6.sh for ipv4
  selftests/net: expand cmsg_ipv6.sh with ipv4

 tools/testing/selftests/net/Makefile      |   2 +-
 tools/testing/selftests/net/cmsg_ip.sh    | 184 ++++++++++++++++++++++
 tools/testing/selftests/net/cmsg_ipv6.sh  | 154 ------------------
 tools/testing/selftests/net/cmsg_sender.c |  90 +++++++----
 4 files changed, 240 insertions(+), 190 deletions(-)
 create mode 100755 tools/testing/selftests/net/cmsg_ip.sh
 delete mode 100755 tools/testing/selftests/net/cmsg_ipv6.sh

-- 
2.48.1.658.g4767266eb4-goog


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

end of thread, other threads:[~2025-02-27  3:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25  2:23 [PATCH net-next 0/2] expand cmsg_ipv6.sh with ipv4 support Willem de Bruijn
2025-02-25  2:23 ` [PATCH net-next 1/2] selftests/net: prepare cmsg_ipv6.sh for ipv4 Willem de Bruijn
2025-02-25  2:23 ` [PATCH net-next 2/2] selftests/net: expand cmsg_ipv6.sh with ipv4 Willem de Bruijn
2025-02-27  3:10 ` [PATCH net-next 0/2] expand cmsg_ipv6.sh with ipv4 support patchwork-bot+netdevbpf

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.