Thomas Monjalon 9db924cc21 mbuf: add Rx timestamp flag and helpers
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_mbuf_timestamp_t is defined for the API users.

After migrating all Rx timestamp usages, it will be possible
to remove the deprecated timestamp field.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2020-11-03 16:21:14 +01:00
..
2020-10-31 16:13:10 +01:00
2020-10-28 21:29:13 +01:00
2020-10-29 16:45:17 +01:00
2020-10-31 16:13:11 +01:00
2020-10-24 19:08:06 +02:00
2020-10-29 14:13:31 +01:00
2020-10-24 08:54:03 +02:00