[dpdk-dev] [PATCH v2 14/14] mbuf: remove deprecated timestamp field
David Marchand
david.marchand at redhat.com
Mon Nov 2 16:47:50 CET 2020
On Mon, Nov 2, 2020 at 4:41 PM Olivier Matz <olivier.matz at 6wind.com> wrote:
> > --- a/lib/librte_mbuf/rte_mbuf_core.h
> > +++ b/lib/librte_mbuf/rte_mbuf_core.h
> > @@ -149,11 +149,6 @@ extern "C" {
> > */
> > #define PKT_RX_LRO (1ULL << 16)
> >
> > -/**
> > - * Indicate that the timestamp field in the mbuf is valid.
> > - */
> > -#define PKT_RX_TIMESTAMP (1ULL << 17)
> > -
> > /**
> > * Indicate that security offload processing was applied on the RX packet.
> > */
>
> nit: can we keep a comment here to highlight the flag 17 is unused?
What about marking it free in free_flags?
--
David Marchand
More information about the dev
mailing list