aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorOr Gerlitz <ogerlitz@mellanox.com>2018-11-13 11:09:30 +0200
committerSaeed Mahameed <saeedm@mellanox.com>2018-12-17 11:03:26 -0800
commit915fe1a0d9cbf6d7657b388833dbcae13d22a567 (patch)
treed68fb6d26e4f5533aa68d7fd18926b4611fa9dd9
parentnet/mlx5: Handle LAG FW commands failure gracefully (diff)
downloadwireguard-linux-915fe1a0d9cbf6d7657b388833dbcae13d22a567.tar.xz
wireguard-linux-915fe1a0d9cbf6d7657b388833dbcae13d22a567.zip
net/mlx5: E-Switch, Remove redundant reloading of the IB interface
The reload of the IB interface done on the offloads stop call is redundant b/c we do that on mlx5_eswitch_disable_sriov(), remove it. Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Reviewed-by: Mark Bloch <markb@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
index 76cb57202474..53065b6ae593 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
@@ -1450,9 +1450,6 @@ static int esw_offloads_stop(struct mlx5_eswitch *esw,
}
}
- /* enable back PF RoCE */
- mlx5_reload_interface(esw->dev, MLX5_INTERFACE_PROTOCOL_IB);
-
return err;
}