> -----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 4/7] net: ethernet: update drivers to provide timestamping > packet info > > Update drivers that support hardware timestamping to provide the > interface index and packet length for the SOF_TIMESTAMPING_OPT_PKTINFO > option. > > TODO: update other drivers (not just e1000e and igb) > > CC: Richard Cochran <richardcoch...@gmail.com> > CC: Willem de Bruijn <will...@google.com> > CC: Jacob Keller <jacob.e.kel...@intel.com> > Signed-off-by: Miroslav Lichvar <mlich...@redhat.com> > ---
Driver changes seem alright to me. I might have gone a different route without changing the return value of functions but it doesn't make a huge difference, and i guess this route is easier to follow the code. Thanks, Jake