Message ID | 20230502043150.17097-1-glipus@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | New NDO methods ndo_hwtstamp_get/set | expand |
On Mon, 1 May 2023 22:31:45 -0600 Maxim Georgiev wrote: > 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.
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: > > 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.
On Sat, Jul 1, 2023 at 4:03 AM Vladimir Oltean <vladimir.oltean@nxp.com> wrote: > > 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: > > > 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. Yes, it looks like I hold back everyone. Vladimir, you are welcome to take over this patch stack.