Message ID | 20231115193649.8756-14-saeed@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 23ec6972865b59d2f58a1aafd12b108b4dd6caa1 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,V2,01/13] net/mlx5: print change on SW reset semaphore returns busy | expand |
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c index ea58c6917433..3aecdf099a2f 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c @@ -5244,7 +5244,6 @@ static void mlx5e_build_nic_netdev(struct net_device *netdev) netdev->gso_partial_features |= NETIF_F_GSO_UDP_L4; netdev->hw_features |= NETIF_F_GSO_UDP_L4; - netdev->features |= NETIF_F_GSO_UDP_L4; mlx5_query_port_fcs(mdev, &fcs_supported, &fcs_enabled);