]> git.baikalelectronics.ru Git - 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)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 6 Jul 2022 23:11:54 +0000 (16:11 -0700)
commit9b3f6e7429c7f1fe4108f3aab7ce42860f1c0ce5
treee0ea62a7e0ebd1f528f5e4ac3b1780c895174761
parent2a9de09f39aa607a44b532bf33b0416b429c9633
net/mlx5e: kTLS, Fix build time constant test in RX

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

Fixes: c6ad9e0b50d4 ("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>
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c