diff options
author | Jakub Kicinski | 2019-11-23 16:36:49 -0800 |
---|---|---|
committer | Jakub Kicinski | 2019-11-23 16:36:49 -0800 |
commit | 9520aea75b88f4df4f9cae6b770626a143364ddc (patch) | |
tree | b3d7433d522ff391fe5b812a412fcbdb9612d4ea /include | |
parent | d46b7e4fb06037a61415f5b6964fcf632ee1dc34 (diff) | |
parent | 90ac245814abc30d2423474310654d31e3908b2f (diff) |
Merge tag 'mlx5-updates-2019-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Saeed Mahameed says:
====================
mlx5-updates-2019-11-22
1) Misc Cleanups
2) Software steering support for Geneve
====================
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mlx5/mlx5_ifc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 4f912d4e67bc..5d54fccf87fc 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -1110,6 +1110,7 @@ enum { }; enum { + MLX5_FLEX_PARSER_GENEVE_ENABLED = 1 << 3, MLX5_FLEX_PARSER_VXLAN_GPE_ENABLED = 1 << 7, MLX5_FLEX_PARSER_ICMP_V4_ENABLED = 1 << 8, MLX5_FLEX_PARSER_ICMP_V6_ENABLED = 1 << 9, |