On Mon, Feb 25, 2019 at 05:44:34PM +0200, Tariq Toukan wrote: > From: Aya Levin <a...@mellanox.com> > > Introduce 50Gbps per lane link modes and 200Gbps speed, update print > functions and initialization functions accordingly. > In addition, update related man page accordingly. > > Signed-off-by: Aya Levin <a...@mellanox.com> > Signed-off-by: Tariq Toukan <tar...@mellanox.com> > --- > ethtool-copy.h | 18 +++++++++++++++++- > ethtool.8.in | 15 +++++++++++++++ > ethtool.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 77 insertions(+), 1 deletion(-) > > V2: > - Removed wrong and unneeded initialization of adv_bit. > - Removed an addition in ethtool-copy.h that does not exist in kernel.
Reviewed-by: Michal Kubecek <mkube...@suse.cz> However, as these link modes are defined only in net-next tree at the moment and won't get into mainline until the 5.1-rc1 merge window, maybe this should be applied after ethtool 5.0 release (if there is one). Michal