Re: [dpdk-dev] [PATCH v4 02/16] mbuf: add Rx timestamp flag and helpers

2020-11-03 Thread Andrew Rybchenko
On 11/3/20 3:21 PM, Thomas Monjalon wrote: > There is already a dynamic field for timestamp, > used only for Tx scheduling with the dedicated Tx offload flag. > The same field can be used for Rx timestamp filled by drivers. > > A new dynamic flag is defined for Rx usage. > A new function wraps the

[dpdk-dev] [PATCH v4 02/16] mbuf: add Rx timestamp flag and helpers

2020-11-03 Thread Thomas Monjalon
There is already a dynamic field for timestamp, used only for Tx scheduling with the dedicated Tx offload flag. The same field can be used for Rx timestamp filled by drivers. A new dynamic flag is defined for Rx usage. A new function wraps the registration of both field and Rx flag. The type rte_m