]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net/mlx5e: kTLS, Fix build time constant test in RX
authorTariq Toukan <tariqt@nvidia.com>
Mon, 6 Jun 2022 18:21:10 +0000 (21:21 +0300)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 16 Sep 2022 08:52:38 +0000 (10:52 +0200)
commitf42aeaf2f235f0d881967523969fa19d89db8e6d
treeb3d4528b7652c25d03a0b8318e06911830c092a4
parent4d7d9ab9dea1d0725d19ae3845967c626ff11a1d
net/mlx5e: kTLS, Fix build time constant test in RX

BugLink: https://bugs.launchpad.net/bugs/1988351
[ Upstream commit 2ec6cf9b742a5c18982861322fa5de6510f8f57e ]

Use the correct constant (TLS_DRIVER_STATE_SIZE_RX) in the comparison
against the size of the private RX TLS driver context.

Fixes: 1182f3659357 ("net/mlx5e: kTLS, Add kTLS RX HW offload support")
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Maxim Mikityanskiy <maximmi@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c