Re: [PATCH net] vlan: also check phy_driver ts_info for vlan's real device
From: Andrew Lunn <andrew@lunn.ch>
Date: 2018-03-30 15:35:11
From: Andrew Lunn <andrew@lunn.ch>
Date: 2018-03-30 15:35:11
On Fri, Mar 30, 2018 at 09:44:00AM +0800, Hangbin Liu wrote:
Just like function ethtool_get_ts_info(), we should also consider the phy_driver ts_info call back. For example, driver dp83640.
Hi Hangbin Would it not be better to just call ethtool_get_ts_info() on the real device? That would then also deal with the case that the 'real' device is another virtual device stacked on top of a real device. Andrew