On Thu, Oct 29, 2020 at 2:58 AM Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> wrote: > > On 10/29/20 12:27 PM, Thomas Monjalon wrote: > > There is already a dynamic field for timestamp, > > used only for Tx scheduling, thanks to the dedicated flag. > > The same field can be used for Rx timestamp filled by drivers. > > The only missing part to get rid of the static timestamp field > > was to declare a new dynamic flag for Rx usage. > > > > After migrating all Rx timestamp usages, it will be possible > > to remove the deprecated timestamp field. > > > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > Acked-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru>
Acked-by: Ajit Khaparde <ajit.khapa...@broadcom.com> >