diff options
author | Leon Romanovsky <leonro@nvidia.com> | 2022-03-27 18:23:19 +0200 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2022-05-04 07:59:17 +0200 |
commit | 1c4a59b9fa98c222bd6a8fa82bff942312165c1a (patch) | |
tree | f6d42366fc60c07de2d7d4f327d59b4d603bbd50 /include | |
parent | net/mlx5: Simplify IPsec capabilities logic (diff) | |
download | linux-1c4a59b9fa98c222bd6a8fa82bff942312165c1a.tar.xz linux-1c4a59b9fa98c222bd6a8fa82bff942312165c1a.zip |
net/mlx5: Remove not-supported ICV length
mlx5 doesn't allow to configure any AEAD ICV length other than 128,
so remove the logic that configures other unsupported values.
Reviewed-by: Raed Salem <raeds@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mlx5/mlx5_ifc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 7f4ec9faa180..7bab3e51c61e 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -11379,8 +11379,6 @@ enum { enum { MLX5_IPSEC_OBJECT_ICV_LEN_16B, - MLX5_IPSEC_OBJECT_ICV_LEN_12B, - MLX5_IPSEC_OBJECT_ICV_LEN_8B, }; struct mlx5_ifc_ipsec_obj_bits { |