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

2019-08-27 Thread Andrew Lunn
On Tue, Aug 27, 2019 at 05:15:50PM +0300, Ioana Radulescu wrote: > 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

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

2019-08-27 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 --- v2: split from main pause frames patch driver