Re: [PATCH net-next v3 2/3] dpaa2-eth: Use stored link settings

2019-08-29 Thread David Miller
From: Ioana Radulescu Date: Wed, 28 Aug 2019 17:08:14 +0300 > Whenever a link state change occurs, we get notified and save > the new link settings in the device's private data. In ethtool > get_link_ksettings, use the stored state instead of interrogating > the firmware each time. > > Signed-of

[PATCH net-next v3 2/3] dpaa2-eth: Use stored link settings

2019-08-28 Thread Ioana Radulescu
Whenever a link state change occurs, we get notified and save the new link settings in the device's private data. In ethtool get_link_ksettings, use the stored state instead of interrogating the firmware each time. Signed-off-by: Ioana Radulescu Reviewed-by: Andrew Lunn --- v2: split from main p