Commit c83e6ab9 authored by Shay Drory's avatar Shay Drory Committed by Saeed Mahameed
Browse files

net/mlx5: LAG, change mlx5_shared_fdb_supported() to static



mlx5_shared_fdb_supported() is used only in a single file. Change the
function to be static.

Signed-off-by: default avatarShay Drory <shayd@nvidia.com>
Reviewed-by: default avatarMark Bloch <mbloch@nvidia.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent 86a12124
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -815,7 +815,7 @@ void mlx5_disable_lag(struct mlx5_lag *ldev)
				mlx5_eswitch_reload_reps(ldev->pf[i].dev->priv.eswitch);
}

bool mlx5_shared_fdb_supported(struct mlx5_lag *ldev)
static bool mlx5_shared_fdb_supported(struct mlx5_lag *ldev)
{
	struct mlx5_core_dev *dev;
	int i;
+0 −1
Original line number Diff line number Diff line
@@ -111,7 +111,6 @@ int mlx5_activate_lag(struct mlx5_lag *ldev,
		      bool shared_fdb);
int mlx5_lag_dev_get_netdev_idx(struct mlx5_lag *ldev,
				struct net_device *ndev);
bool mlx5_shared_fdb_supported(struct mlx5_lag *ldev);

char *mlx5_get_str_port_sel_mode(enum mlx5_lag_mode mode, unsigned long flags);
void mlx5_infer_tx_enabled(struct lag_tracker *tracker, u8 num_ports,