Patch "selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more comprehensive" has been added to the 6.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more comprehensive

to the 6.1-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     selftests-ocelot-tc_flower_chains-make-test_vlan_ing.patch
and it can be found in the queue-6.1 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 701d7709d3daa85909a152b9c12e7d64338a99b7
Author: Vladimir Oltean <vladimir.oltean@xxxxxxx>
Date:   Sun Feb 5 21:24:09 2023 +0200

    selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more comprehensive
    
    [ Upstream commit bbb253b206b9c417928a6c827d038e457f3012e9 ]
    
    We have two IS1 filters of the OCELOT_VCAP_KEY_ANY key type (the one with
    "action vlan pop" and the one with "action vlan modify") and one of the
    OCELOT_VCAP_KEY_IPV4 key type (the one with "action skbedit priority").
    But we have no IS1 filter with the OCELOT_VCAP_KEY_ETYPE key type, and
    there was an uncaught breakage there.
    
    To increase test coverage, convert one of the OCELOT_VCAP_KEY_ANY
    filters to OCELOT_VCAP_KEY_ETYPE, by making the filter also match on the
    MAC SA of the traffic sent by mausezahn, $h1_mac.
    
    Signed-off-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>
    Link: https://lore.kernel.org/r/20230205192409.1796428-2-vladimir.oltean@xxxxxxx
    Signed-off-by: Paolo Abeni <pabeni@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/tools/testing/selftests/drivers/net/ocelot/tc_flower_chains.sh b/tools/testing/selftests/drivers/net/ocelot/tc_flower_chains.sh
index 9c79bbcce5a87..aff0a59f92d9a 100755
--- a/tools/testing/selftests/drivers/net/ocelot/tc_flower_chains.sh
+++ b/tools/testing/selftests/drivers/net/ocelot/tc_flower_chains.sh
@@ -246,7 +246,7 @@ test_vlan_ingress_modify()
 	bridge vlan add dev $swp2 vid 300
 
 	tc filter add dev $swp1 ingress chain $(IS1 2) pref 3 \
-		protocol 802.1Q flower skip_sw vlan_id 200 \
+		protocol 802.1Q flower skip_sw vlan_id 200 src_mac $h1_mac \
 		action vlan modify id 300 \
 		action goto chain $(IS2 0 0)
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux