On Fri, 20 Sep 2024 09:14:11 +0200 Stefan Laesser <stefan.laes...@omicronenergy.com> wrote:
> + *RTE_MBUF_DYNFIELD(mbuf, timestamp_dynfield_offset, > + rte_mbuf_timestamp_t *) = > + (uint64_t)ppd->tp_sec * 1000000000 + > ppd->tp_nsec; Maybe the should be rte_timespec_to_timestamp() inline in rte_mbuf?