diff options
| author | David S. Miller <davem@davemloft.net> | 2022-12-30 07:33:55 +0000 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2022-12-30 07:33:55 +0000 |
| commit | a512807c24bc561f5892ae05abdf360482fb3fe2 (patch) | |
| tree | cc9c57dbf8526cc83c66f84e57fec1a682f57994 /include/linux/mlx5/device.h | |
| parent | d530ece70f16f912e1d1bfeea694246ab78b0a4b (diff) | |
| parent | 4d1c1379d71777ddeda3e54f8fc26e9ecbfd1009 (diff) | |
Merge tag 'mlx5-fixes-2022-12-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
mlx5-fixes-2022-12-28
Diffstat (limited to 'include/linux/mlx5/device.h')
| -rw-r--r-- | include/linux/mlx5/device.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h index 5fe5d198b57a..29d4b201c7b2 100644 --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h @@ -1091,6 +1091,11 @@ enum { }; enum { + MLX5_VPORT_CVLAN_INSERT_WHEN_NO_CVLAN = 0x1, + MLX5_VPORT_CVLAN_INSERT_ALWAYS = 0x3, +}; + +enum { MLX5_L3_PROT_TYPE_IPV4 = 0, MLX5_L3_PROT_TYPE_IPV6 = 1, }; |
