]> git.ipfire.org Git - thirdparty/linux.git/commit
net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination.
authorHarshal Chaudhari <hchaudhari@marvell.com>
Tue, 25 Feb 2025 04:20:58 +0000 (20:20 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 27 Feb 2025 03:27:55 +0000 (19:27 -0800)
commit2d253726ff7106b39a44483b6864398bba8a2f74
tree79dd75036af3e4aae62d0cefe6763439567728b5
parentbc23d4e30866011700787bab8563de45d5bf8431
net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination.

Non IP flow, with vlan tag not working as expected while
running below command for vlan-priority. fixed that.

ethtool -N eth1 flow-type ether vlan 0x8000 vlan-mask 0x1fff action 0 loc 0

Fixes: 1274daede3ef ("net: mvpp2: cls: Add steering based on vlan Id and priority.")
Signed-off-by: Harshal Chaudhari <hchaudhari@marvell.com>
Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Link: https://patch.msgid.link/20250225042058.2643838-1-hchaudhari@marvell.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c