X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=kernel%2Finclude%2Flinux%2Fmlx4%2Fcq.h;h=09cebe528488e18c8561b27f2f18eade1f51c356;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=e7ecc12a11636f1afe2f591e019da293ed1f517a;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/include/linux/mlx4/cq.h b/kernel/include/linux/mlx4/cq.h index e7ecc12a1..09cebe528 100644 --- a/kernel/include/linux/mlx4/cq.h +++ b/kernel/include/linux/mlx4/cq.h @@ -88,7 +88,8 @@ struct mlx4_ts_cqe { enum { MLX4_CQE_L2_TUNNEL_IPOK = 1 << 31, - MLX4_CQE_VLAN_PRESENT_MASK = 1 << 29, + MLX4_CQE_CVLAN_PRESENT_MASK = 1 << 29, + MLX4_CQE_SVLAN_PRESENT_MASK = 1 << 30, MLX4_CQE_L2_TUNNEL = 1 << 27, MLX4_CQE_L2_TUNNEL_CSUM = 1 << 26, MLX4_CQE_L2_TUNNEL_IPV4 = 1 << 25,