> -----Original Message----- > From: Miroslav Lichvar [mailto:mlich...@redhat.com] > Sent: Wednesday, April 12, 2017 7:18 AM > To: netdev@vger.kernel.org > Cc: Richard Cochran <richardcoch...@gmail.com>; Willem de Bruijn > <will...@google.com>; Soheil Hassas Yeganeh <soh...@google.com>; Keller, > Jacob E <jacob.e.kel...@intel.com>; Denny Page <dennyp...@me.com>; Jiri > Benc <jb...@redhat.com> > Subject: [RFC PATCH 0/7] Extend socket timestamping API > > 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, which is > handled in the second patch in drivers that can timestamp all packets. > There is no attempt to add the support to the phyter driver. > > The third patch adds a new option to get information about > HW-timestamped packets. The fourth patch adds support for this option to > the drivers (currently only igb and e1000e). > > The fifth patch fixes the code to not make a false software TX timestamp > when HW timestamping is enabled. The sixth patch depends on this fix. > > The sixth patch adds a new option to allow outgoing packets to be looped > multiple times to the error queue in order to allow simultaneous SW and > HW timestamping. The seventh patch updates drivers that assumed SW > timestamping cannot be used together with HW timestamping. >
I think this looks pretty good, straight forward and useful. I agree with Richard about the one commit message, but the rest looks good modulo missing updates for all the other drivers. I didn't see any code to update the ethtool get_ts_info data for _NTP_ALL either. Thanks, Jake