net/mlx5: Remove not-implemented IPsec capabilities
Clean a capabilities enum to remove not-implemented bits. Link: https://lore.kernel.org/r/1044bb7b779107ff38e48e3f6553421104f3f819.1649232994.git.leonro@nvidia.com Reviewed-by: Raed Salem <raeds@nvidia.com> Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
This commit is contained in:
parent
f2b41b32cd
commit
2984287c4c
2 changed files with 5 additions and 10 deletions
|
|
@ -113,13 +113,10 @@ struct mlx5_accel_esp_xfrm {
|
|||
|
||||
enum mlx5_accel_ipsec_cap {
|
||||
MLX5_ACCEL_IPSEC_CAP_DEVICE = 1 << 0,
|
||||
MLX5_ACCEL_IPSEC_CAP_REQUIRED_METADATA = 1 << 1,
|
||||
MLX5_ACCEL_IPSEC_CAP_ESP = 1 << 2,
|
||||
MLX5_ACCEL_IPSEC_CAP_IPV6 = 1 << 3,
|
||||
MLX5_ACCEL_IPSEC_CAP_LSO = 1 << 4,
|
||||
MLX5_ACCEL_IPSEC_CAP_RX_NO_TRAILER = 1 << 5,
|
||||
MLX5_ACCEL_IPSEC_CAP_ESN = 1 << 6,
|
||||
MLX5_ACCEL_IPSEC_CAP_TX_IV_IS_ESN = 1 << 7,
|
||||
MLX5_ACCEL_IPSEC_CAP_ESP = 1 << 1,
|
||||
MLX5_ACCEL_IPSEC_CAP_IPV6 = 1 << 2,
|
||||
MLX5_ACCEL_IPSEC_CAP_LSO = 1 << 3,
|
||||
MLX5_ACCEL_IPSEC_CAP_ESN = 1 << 4,
|
||||
};
|
||||
|
||||
#ifdef CONFIG_MLX5_EN_IPSEC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue