Re: [dpdk-dev] [PATCH v4 15/16] mbuf: add Tx timestamp registration helper

2020-11-03 Thread Andrew Rybchenko
On 11/3/20 3:22 PM, Thomas Monjalon wrote: > The function rte_mbuf_dyn_tx_timestamp_register() > can be used to register the required field and flag. > > Signed-off-by: Thomas Monjalon > Acked-by: David Marchand Acked-by: Andrew Rybchenko

[dpdk-dev] [PATCH v4 15/16] mbuf: add Tx timestamp registration helper

2020-11-03 Thread Thomas Monjalon
The function rte_mbuf_dyn_tx_timestamp_register() can be used to register the required field and flag. Signed-off-by: Thomas Monjalon Acked-by: David Marchand --- lib/librte_mbuf/rte_mbuf_dyn.c | 7 +++ lib/librte_mbuf/rte_mbuf_dyn.h | 22 ++ lib/librte_mbuf/version.map