Re: [dpdk-dev] [PATCH v5 02/15] mbuf: add Rx timestamp dynamic flag

2020-11-01 Thread Andrew Rybchenko
On 10/30/20 8:29 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

[dpdk-dev] [PATCH v5 02/15] mbuf: add Rx timestamp dynamic flag

2020-10-30 Thread Thomas Monjalon
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 a