]> git.itanic.dy.fi Git - linux-stable/commit
net/mlx5e: Remove HW-GRO from reported features
authorGal Pressman <gal@nvidia.com>
Wed, 13 Apr 2022 12:50:42 +0000 (15:50 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 18 May 2022 06:03:56 +0000 (23:03 -0700)
commit6bbd723035badafe4a8eb17ccdecd96eae7a96d5
treea7ac4178cbd53514da9d40b483c105f325bd84b1
parentb0617e7b35001c92c8fa777e1a095d3e693813df
net/mlx5e: Remove HW-GRO from reported features

We got reports of certain HW-GRO flows causing kernel call traces, which
might be related to firmware. To be on the safe side, disable the
feature for now and re-enable it once a driver/firmware fix is found.

Fixes: 83439f3c37aa ("net/mlx5e: Add HW-GRO offload")
Signed-off-by: Gal Pressman <gal@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en_main.c