OSDN Git Service

net/mlx5e: Enforce setting of a single FEC mode
authorAya Levin <ayal@mellanox.com>
Tue, 11 Feb 2020 22:32:49 +0000 (14:32 -0800)
committerSaeed Mahameed <saeedm@mellanox.com>
Wed, 19 Feb 2020 03:17:30 +0000 (19:17 -0800)
commit4bd9d5070b92da012f2715cf8e4859acb78b8f35
treeebe72a43ffb450b9865a425d60ad0be8bcef371e
parent511aa2aa637291288743b2eb0dc9eb76211af359
net/mlx5e: Enforce setting of a single FEC mode

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>
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c