public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/3] selftests: forwarding: fix br_netfilter related test failures
@ 2026-02-13 13:19 Aleksei Oladko
  2026-02-13 13:19 ` [PATCH net v2 1/3] selftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter enabled Aleksei Oladko
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Aleksei Oladko @ 2026-02-13 13:19 UTC (permalink / raw)
  To: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Simon Horman, Shuah Khan, Petr Machata, Ido Schimmel, Amit Cohen
  Cc: netdev, linux-kselftest, linux-kernel, Aleksei Oladko

Hello

This patch series fixes kselftests that fail when the br_nefilter
module is loaded. The failures occur because the tests generate
packets that are either modified or encapsulated, but their IP
headers are not fully correct for sanity checks performed by
be_netfilter.

Signed-off-by: Aleksei Oladko <aleksey.oladko@virtuozzo.com>

Changes in v2:
- Changed the fix for pedit tests from adding 'action csum' to disabling
  br_netfilter via sytsctl
- Mentioned in the commit message that the fix vxlan_bridge_1d utilizes
  helpers available since v6.3 kernel.
- Updated subject prefix to include 'net'.
- Added a Fixes: tag to the appropriate commit as requested
- Link to v1: https://lore.kernel.org/linux-kselftest/20260210185129.480015-1-aleksey.oladko@virtuozzo.com/T/#t
---
Aleksei Oladko (3):
  selftests: forwarding: vxlan_bridge_1d: fix test failure with
    br_netfilter enabled
  selftests: forwarding: vxlan_bridge_1d_ipv6: fix test failure with
    br_netfilter enabled
  selftests: forwarding: fix pedit tests failure with br_netfilter
    enabled

 .../selftests/net/forwarding/pedit_dsfield.sh |  8 ++++++
 .../selftests/net/forwarding/pedit_ip.sh      |  8 ++++++
 .../net/forwarding/vxlan_bridge_1d.sh         | 26 ++++++++++++-------
 .../net/forwarding/vxlan_bridge_1d_ipv6.sh    |  2 +-
 4 files changed, 33 insertions(+), 11 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-02-17 12:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-13 13:19 [PATCH net v2 0/3] selftests: forwarding: fix br_netfilter related test failures Aleksei Oladko
2026-02-13 13:19 ` [PATCH net v2 1/3] selftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter enabled Aleksei Oladko
2026-02-15  9:42   ` Ido Schimmel
2026-02-13 13:19 ` [PATCH net v2 2/3] selftests: forwarding: vxlan_bridge_1d_ipv6: " Aleksei Oladko
2026-02-15  9:43   ` Ido Schimmel
2026-02-13 13:19 ` [PATCH net v2 3/3] selftests: forwarding: fix pedit tests " Aleksei Oladko
2026-02-15  9:45   ` Ido Schimmel
2026-02-17 12:33     ` Paolo Abeni
2026-02-17 12:40 ` [PATCH net v2 0/3] selftests: forwarding: fix br_netfilter related test failures 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