Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/2] selftests/net/openvswitch: SCTP tests
@ 2026-09-09 12:25 Minxi Hou
  2026-09-09 12:25 ` [PATCH net-next v4 1/2] selftests/net/openvswitch: add SCTP flow key test over IPv6 Minxi Hou
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Minxi Hou @ 2026-09-09 12:25 UTC (permalink / raw)
  To: netdev
  Cc: aconole, echaudro, i.maximets, davem, edumazet, kuba, pabeni,
	horms, shuah, dev, linux-kselftest, Minxi Hou

This series extends the Open vSwitch SCTP selftests: patch 1 adds the
IPv6 flow-key test (mirroring the merged IPv4 test), and patch 2 adds an
SCTP NAT test exercising port translation across conntrack.

v3 -> v4:
- test_sctp_connect_v6 now also asserts that installing a keyless
  ipv6(proto=132) flow is refused with EINVAL, pinning the reject side
  of the match_validate() sctp() key requirement (pointed out in
  review: only the accept side was exercised, so a regression dropping
  the requirement would have passed unnoticed). The refusal is checked
  to be errno 22 specifically, not a flow-string parse error.
- Wrap a few over-80-column lines in the NAT test; checkpatch strict
  is now clean for the series.
- Rebased onto 548b86839f7f.

Signed-off-by: Minxi Hou <houminxi@gmail.com>

Minxi Hou (2):
  selftests/net/openvswitch: add SCTP flow key test over IPv6
  selftests/net/openvswitch: add SCTP NAT test with port translation

 .../testing/selftests/net/openvswitch/config  |   1 +
 .../selftests/net/openvswitch/openvswitch.sh  | 201 ++++++++++++++++++
 2 files changed, 202 insertions(+)


base-commit: 548b86839f7fb819a4d6c83b71c73ec378d24275
-- 
2.55.0


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

end of thread, other threads:[~2026-09-10 12:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-09 12:25 [PATCH net-next v4 0/2] selftests/net/openvswitch: SCTP tests Minxi Hou
2026-09-09 12:25 ` [PATCH net-next v4 1/2] selftests/net/openvswitch: add SCTP flow key test over IPv6 Minxi Hou
2026-09-10 12:27   ` netdev-bot+sashiko
2026-09-09 12:25 ` [PATCH net-next v4 2/2] selftests/net/openvswitch: add SCTP NAT test with port translation Minxi Hou
2026-09-10 12:27   ` netdev-bot+sashiko
2026-09-09 15:03 ` [PATCH net-next v4 0/2] selftests/net/openvswitch: SCTP tests Ilya Maximets

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox