Re: [PATCH v6 net-next 0/7] Extend socket timestamping API

2017-05-21 Thread David Miller
From: Miroslav Lichvar Date: Fri, 19 May 2017 17:52:34 +0200 > This patchset adds new options to the timestamping API that will be > useful for NTP implementations and possibly other applications. > > The first patch specifies a timestamp filter for NTP packets. The second > patch updates driver

Re: [PATCH v6 net-next 0/7] Extend socket timestamping API

2017-05-19 Thread Richard Cochran
On Fri, May 19, 2017 at 05:52:34PM +0200, Miroslav Lichvar wrote: > Changes v5->v6: > - fixed skb_is_swtx_tstamp() when OPT_TX_SWHW is disabled and improved > its description > - improved OPT_PKTINFO documentation > - improved scm_timestamping documentation For the series: Acked-by: Richard Coc

[PATCH v6 net-next 0/7] Extend socket timestamping API

2017-05-19 Thread Miroslav Lichvar
Changes v5->v6: - fixed skb_is_swtx_tstamp() when OPT_TX_SWHW is disabled and improved its description - improved OPT_PKTINFO documentation - improved scm_timestamping documentation Changes v4->v5: - fixed initialization of reserved fields in struct scm_ts_pktinfo Changes v3->v4: - added reserv