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

2017-05-18 Thread Miroslav Lichvar
On Thu, May 18, 2017 at 02:58:23PM +0200, Miroslav Lichvar wrote: > Changes v3->v4: > - added reserved fields to struct scm_ts_pktinfo Of course, I forgot to initialize the new reserved fields. I'll send a new series. -- Miroslav Lichvar

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

2017-05-18 Thread Miroslav Lichvar
Changes v3->v4: - added reserved fields to struct scm_ts_pktinfo - replaced patch fixing false SW timestamps with a documentation fix - updated OPT_TX_SWHW patch to handle false SW timestamps Changes v2->v3: - modified struct scm_ts_pktinfo to use fixed-width integer types - added WARN_ON_ONCE