]> git.ipfire.org Git - thirdparty/linux.git/commit
net/mlx5e: SHAMPO: Improve hw gro capability checking
authorSaeed Mahameed <saeedm@nvidia.com>
Mon, 16 Jun 2025 14:14:35 +0000 (17:14 +0300)
committerJakub Kicinski <kuba@kernel.org>
Wed, 18 Jun 2025 01:34:12 +0000 (18:34 -0700)
commitd2760abdedde635b055a214b3a45dce3e4ecbfce
treef689efa72738132d4c1c6e7e30658175c014dab9
parent16142defd304d5a8e591781efe24da498ccfa51f
net/mlx5e: SHAMPO: Improve hw gro capability checking

Add missing HW capabilities, declare the feature in
netdev->vlan_features, similar to other features in mlx5e_build_nic_netdev.
No functional change here as all by default disabled features are
explicitly disabled at the bottom of the function.

Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Reviewed-by: Dragos Tatulea <dtatulea@nvidia.com>
Signed-off-by: Cosmin Ratiu <cratiu@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Link: https://patch.msgid.link/20250616141441.1243044-7-mbloch@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/en_main.c