From: Felix Manlunas <felix.manlu...@cavium.com> Date: Fri, 4 May 2018 11:07:19 -0700
> From: Weilin Chang <weilin.ch...@cavium.com> > > Support setting the link speed of CN23XX-225 cards (which can do 25Gbps or > 10Gbps) via ethtool_ops.set_link_ksettings. > > Also fix the function assigned to ethtool_ops.get_link_ksettings to use the > new link_ksettings api completely (instead of partially via > ethtool_convert_legacy_u32_to_link_mode). > > Signed-off-by: Weilin Chang <weilin.ch...@cavium.com> > Acked-by: Raghu Vatsavayi <raghu.vatsav...@cavium.com> > Signed-off-by: Felix Manlunas <felix.manlu...@cavium.com> > --- > Patch Change Log: > V1 -> V2: > In lio_set_link_ksettings(), set the order of local variable > declarations from longest to shortest line. Applied.