On Thu, Apr 16, 2020 at 2:56 AM Sasha Levin sashal@kernel.org wrote:
From: Aya Levin ayal@mellanox.com [ Upstream commit 4bd9d5070b92da012f2715cf8e4859acb78b8f35 ]
Ethtool command allow setting of several FEC modes in a single set command. The driver can only set a single FEC mode at a time. With this patch driver will reply not-supported on setting several FEC modes.
Signed-off-by: Aya Levin ayal@mellanox.com Signed-off-by: Saeed Mahameed saeedm@mellanox.com Signed-off-by: Sasha Levin sashal@kernel.org
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c | 4 ++++
Haven't we agreed that drivers/net/ethernet/mellanox/mlx5 is not subject to autosel anymore?!