mbuf: add Rx timestamp flag and helpers
authorThomas Monjalon <thomas@monjalon.net>
Wed, 28 Oct 2020 13:20:44 +0000 (14:20 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 3 Nov 2020 15:21:14 +0000 (16:21 +0100)
commit9db924cc219c44229576fa22cdcb42e216584be9
tree8b77b8de7af25e9206cd6937d8fc49b8f4152b8b
parent52bf2010c97e20ef90e3e919126694a4393c81e2
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>
lib/librte_mbuf/rte_mbuf_dyn.c
lib/librte_mbuf/rte_mbuf_dyn.h
lib/librte_mbuf/version.map