]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx4_core: Fix namespace misalignment in QinQ VST support commit
authorJack Morgenstein <jackm@dev.mellanox.co.il>
Tue, 1 Aug 2017 13:43:45 +0000 (16:43 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Aug 2017 17:44:09 +0000 (10:44 -0700)
commit5ee0eec992fda3229780b6ad1249f344f40acc51
treedfcffaceefcd364656269fd1c36d1163be304fee
parent4af6c4f39a307235e3a5a6be137b9b59c4ba18a8
net/mlx4_core: Fix namespace misalignment in QinQ VST support commit

The cited commit introduced the following new enum value in file
include/linux/mlx4/device.h:

    MLX4_DEV_CAP_FLAG2_SVLAN_BY_QP

However the value of MLX4_DEV_CAP_FLAG2_SVLAN_BY_QP needs to stay
consistent with the value used in another namespace in
function dump_dev_cap_flags2(), which is manually kept in sync.
The change here restores that consistency.

Fixes: 33149d9923f3 ("net/mlx4_core: Preparation for VF vlan protocol 802.1ad")
Reported-by: Mukesh Kacker <mukesh.kacker@oracle.com>
Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/fw.c