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

2017-05-02 Thread Miroslav Lichvar
Hm, I see that net-next was closed. I missed the annoucement. Sorry for the spam. On Tue, May 02, 2017 at 02:46:02PM +0200, Miroslav Lichvar wrote: > Changes v1->v2: > - added separate patch for new NAPI functions > - split code from __sock_recv_timestamp() for better readability > - fixed RCU lo

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

2017-05-02 Thread Miroslav Lichvar
Changes v1->v2: - added separate patch for new NAPI functions - split code from __sock_recv_timestamp() for better readability - fixed RCU locking - fixed compiler warning (missing case in switch in first patch) - inline sw_tx_timestamp() in its only user Changes RFC->v1: - reworked SOF_TIMESTAMP