[Devel] [PATCH vz10 1/2] Revert "selftests: forwarding: fix pedit tests failure with br_netfilter enabled"

Aleksei Oladko aleksey.oladko at virtuozzo.com
Fri Feb 27 12:17:04 MSK 2026


This reverts commit 035048df284280dc621046b7069bf8ced6d432cd.

Replacing with the upstream-accepted approach in the next patch.

https://virtuozzo.atlassian.net/browse/VSTOR-123249
Signed-off-by: Aleksei Oladko <aleksey.oladko at virtuozzo.com>
---
 tools/testing/selftests/net/forwarding/pedit_dsfield.sh | 5 ++---
 tools/testing/selftests/net/forwarding/pedit_ip.sh      | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/tools/testing/selftests/net/forwarding/pedit_dsfield.sh b/tools/testing/selftests/net/forwarding/pedit_dsfield.sh
index 310f96fb2274..af008fbf2725 100755
--- a/tools/testing/selftests/net/forwarding/pedit_dsfield.sh
+++ b/tools/testing/selftests/net/forwarding/pedit_dsfield.sh
@@ -156,7 +156,7 @@ do_test_pedit_dsfield()
 	local daddr=$1; shift
 
 	tc filter add $pedit_locus handle 101 pref 1 \
-	   flower action pedit ex munge $pedit_action pipe action csum ip
+	   flower action pedit ex munge $pedit_action
 	tc filter add dev $h2 ingress handle 101 pref 1 prot $match_prot \
 	   flower skip_hw $match_flower action pass
 
@@ -229,8 +229,7 @@ do_test_ip_dscp_ecn()
 
 	tc filter add $locus handle 101 pref 1				\
 	   flower action pedit ex munge ip dsfield set 124 retain 0xfc	\
-		  action pedit ex munge ip dsfield set 1 retain 0x03	\
-		  pipe action csum ip
+		  action pedit ex munge ip dsfield set 1 retain 0x03
 	tc filter add dev $h2 ingress handle 101 pref 1 prot ip		\
 	   flower skip_hw ip_tos 125 action pass
 
diff --git a/tools/testing/selftests/net/forwarding/pedit_ip.sh b/tools/testing/selftests/net/forwarding/pedit_ip.sh
index a53ee3b1ef67..d14efb2d23b2 100755
--- a/tools/testing/selftests/net/forwarding/pedit_ip.sh
+++ b/tools/testing/selftests/net/forwarding/pedit_ip.sh
@@ -122,7 +122,7 @@ do_test_pedit_ip()
 	local mz_flags=$1; shift
 
 	tc filter add $pedit_locus handle 101 pref 1 \
-	   flower action pedit ex munge $pedit_action pipe action csum ip
+	   flower action pedit ex munge $pedit_action
 	tc filter add dev $h2 ingress handle 101 pref 1 prot $match_prot \
 	   flower skip_hw $match_flower action pass
 
-- 
2.43.0



More information about the Devel mailing list