Re: [PATCH v1 net-next 0/6] Extend socket timestamping API

2017-04-27 Thread Miroslav Lichvar
On Wed, Apr 26, 2017 at 06:54:35PM +0200, Richard Cochran wrote: > On Wed, Apr 26, 2017 at 04:50:29PM +0200, Miroslav Lichvar wrote: > > This patchset adds new options to the timestamping API that will be > > useful for NTP implementations and possibly other applications. > > Are there any userlan

Re: [PATCH v1 net-next 0/6] Extend socket timestamping API

2017-04-26 Thread Richard Cochran
On Wed, Apr 26, 2017 at 04:50:29PM +0200, Miroslav Lichvar wrote: > This patchset adds new options to the timestamping API that will be > useful for NTP implementations and possibly other applications. Are there any userland ntp patches floating around to exercise the new HW time stamping option?

[PATCH v1 net-next 0/6] Extend socket timestamping API

2017-04-26 Thread Miroslav Lichvar
Changes RFC->v1: - reworked SOF_TIMESTAMPING_OPT_PKTINFO patch to not add new fields to skb shared info (net device is now looked up by napi_id), not require any changes in drivers, and restrict the cmsg to incoming packets - renamed SOF_TIMESTAMPING_OPT_MULTIMSG to SOF_TIMESTAMPING_OPT_TX_SWHW