]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Allow VLAN rewrite of prio field with the same match
authorEli Britstein <elibr@mellanox.com>
Thu, 14 Mar 2019 14:55:09 +0000 (14:55 +0000)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 5 Apr 2019 21:10:34 +0000 (14:10 -0700)
commit605e35abbe879bc9779562b6a1762b1b8ec1680a
tree1df79da887b667be62bc51af9b3226ee4577dc02
parentc4de98fcaf898bd18947839059e4c4e638d3587b
net/mlx5e: Allow VLAN rewrite of prio field with the same match

Changing the prio field of the VLAN is not supported. With
commit 37410902874c ("net/mlx5e: Support VLAN modify action") zero
value indicated "no-change". Allow the vid rewrite if the prio match
is the same as the prio set value.

Fixes: 37410902874c ("net/mlx5e: Support VLAN modify action")
Signed-off-by: Eli Britstein <elibr@mellanox.com>
Reviewed-by: Roi Dayan <roid@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c