Re: [RFC PATCH net-next v6 0/5] New NDO methods ndo_hwtstamp_get/set
From: Vladimir Oltean <vladimir.oltean@nxp.com>
Date: 2023-07-01 10:03:56
From: Vladimir Oltean <vladimir.oltean@nxp.com>
Date: 2023-07-01 10:03:56
On Tue, Jun 20, 2023 at 07:23:13PM -0700, Jakub Kicinski wrote:
On Mon, 1 May 2023 22:31:45 -0600 Maxim Georgiev wrote:quoted
This stack of patches introduces a couple of new NDO methods, ndo_hwtstamp_get and ndo_hwtstamp_set. These new methods can be implemented by NIC drivers to allow setting and querying HW timestamp settings. Drivers implementing these methods will not need to handle SIOCGHWTSTAMP/SIOCSHWTSTAMP IOCTLs. The new NDO methods will handle copying request parameters between user address space and kernel space.Maxim, any ETA on the next version? Should we let someone take over? It's been over a month since v6 posting.
Assuming Maxim does not respond, can I try to take over? I may have some time this weekend to play with some PTP related stuff.