> -----Original Message----- > From: Miroslav Lichvar [mailto:[email protected]] > Sent: Wednesday, April 12, 2017 7:18 AM > To: [email protected] > Cc: Richard Cochran <[email protected]>; Willem de Bruijn > <[email protected]>; Soheil Hassas Yeganeh <[email protected]>; Keller, > Jacob E <[email protected]>; Denny Page <[email protected]>; Jiri > Benc <[email protected]> > 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 <[email protected]> > CC: Willem de Bruijn <[email protected]> > CC: Jacob Keller <[email protected]> > Signed-off-by: Miroslav Lichvar <[email protected]> > ---
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
