OSDN Git Service

net/mlx5: Reliably return TLS device capabilities
authorLeon Romanovsky <leonro@nvidia.com>
Mon, 4 Apr 2022 12:08:16 +0000 (15:08 +0300)
committerLeon Romanovsky <leonro@nvidia.com>
Wed, 6 Apr 2022 07:00:36 +0000 (10:00 +0300)
commite59437aa7ae6757111e633d02acb9868c1a7ec03
treee2b09b7f6ed754ee5a1a09a46121bce4813cd6f5
parent40379a0084c2f65eb62c102f5bbf5cdc14a50410
net/mlx5: Reliably return TLS device capabilities

The capabilities returned from the FW are independent to the compiled
kernel and traditionally rely on the relevant CAPs bit only.

The mlx5_accel_is_ktls_*() functions are compiled out if CONFIG_MLX5_TLS
is not set, which "hides" from the user the information that TLS can be
enabled on this device.

Link: https://lore.kernel.org/r/a333ce541fb9497d04126b11c4a0052f9807d141.1649073691.git.leonro@nvidia.com
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/fw.c