netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] fib_rules: Fix iif / oif matching on L3 master device
@ 2025-04-14 17:20 Ido Schimmel
  2025-04-14 17:20 ` [PATCH net 1/2] net: " Ido Schimmel
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ido Schimmel @ 2025-04-14 17:20 UTC (permalink / raw)
  To: netdev
  Cc: davem, kuba, pabeni, edumazet, dsahern, horms, hanhuihui5,
	Ido Schimmel

Patch #1 fixes a recently reported regression regarding FIB rules that
match on iif / oif being a VRF device.

Patch #2 adds test cases to the FIB rules selftest.

Ido Schimmel (2):
  net: fib_rules: Fix iif / oif matching on L3 master device
  selftests: fib_rule_tests: Add VRF match tests

 include/net/fib_rules.h                       |  2 +
 include/net/flow.h                            |  1 +
 include/net/l3mdev.h                          | 27 +++++++++++
 net/core/fib_rules.c                          | 48 +++++++++++++++----
 net/l3mdev/l3mdev.c                           |  4 +-
 tools/testing/selftests/net/fib_rule_tests.sh | 34 +++++++++++++
 6 files changed, 107 insertions(+), 9 deletions(-)

-- 
2.49.0


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-14 17:20 [PATCH net 0/2] fib_rules: Fix iif / oif matching on L3 master device Ido Schimmel
2025-04-14 17:20 ` [PATCH net 1/2] net: " Ido Schimmel
2025-04-15 15:40   ` David Ahern
2025-04-14 17:20 ` [PATCH net 2/2] selftests: fib_rule_tests: Add VRF match tests Ido Schimmel
2025-04-15 15:40   ` David Ahern
2025-04-16  3:10 ` [PATCH net 0/2] fib_rules: Fix iif / oif matching on L3 master device 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).