RE: [PATCH 3/8] ethdev: add mbuf dynfield for incomplete IP reassembly

2022-01-13 Thread Ananyev, Konstantin
> > > > > > > > > > +/** > > > > > + * In case of IP reassembly offload failure, ol_flags in mbuf will > > > > > be set > > > > > + * with RTE_MBUF_F_RX_IPREASSEMBLY_INCOMPLETE and packets will > > be > > > > returned > > > > > + * without alteration. The application can retrieve the attached

RE: [PATCH 3/8] ethdev: add mbuf dynfield for incomplete IP reassembly

2022-01-13 Thread Akhil Goyal
> Hi Akhil, > > > Hi Konstantin, > > > > > Hardware IP reassembly may be incomplete for multiple reasons like > > > > > reassembly timeout reached, duplicate fragments, etc. > > > > > To save application cycles to process these packets again, a new > > > > > mbuf ol_flag (RTE_MBUF_F_RX_IPREASSEMBL

RE: [PATCH 3/8] ethdev: add mbuf dynfield for incomplete IP reassembly

2022-01-13 Thread Ananyev, Konstantin
Hi Akhil, > Hi Konstantin, > > > > Hardware IP reassembly may be incomplete for multiple reasons like > > > > reassembly timeout reached, duplicate fragments, etc. > > > > To save application cycles to process these packets again, a new > > > > mbuf ol_flag (RTE_MBUF_F_RX_IPREASSEMBLY_INCOMPLETE)

RE: [PATCH 3/8] ethdev: add mbuf dynfield for incomplete IP reassembly

2022-01-13 Thread Akhil Goyal
Hi Konstantin, > > > Hardware IP reassembly may be incomplete for multiple reasons like > > > reassembly timeout reached, duplicate fragments, etc. > > > To save application cycles to process these packets again, a new > > > mbuf ol_flag (RTE_MBUF_F_RX_IPREASSEMBLY_INCOMPLETE) is added to > > > sho

RE: [PATCH 3/8] ethdev: add mbuf dynfield for incomplete IP reassembly

2022-01-12 Thread Akhil Goyal
> > > > > > > > +/** > > > > + * In case of IP reassembly offload failure, ol_flags in mbuf will be > > > > set > > > > + * with RTE_MBUF_F_RX_IPREASSEMBLY_INCOMPLETE and packets will > be > > > returned > > > > + * without alteration. The application can retrieve the attached > > > > fragments >

RE: [PATCH 3/8] ethdev: add mbuf dynfield for incomplete IP reassembly

2022-01-12 Thread Ananyev, Konstantin
> > > > > Hardware IP reassembly may be incomplete for multiple reasons like > > > reassembly timeout reached, duplicate fragments, etc. > > > To save application cycles to process these packets again, a new > > > mbuf ol_flag (RTE_MBUF_F_RX_IPREASSEMBLY_INCOMPLETE) is added to > > > show that th

RE: [PATCH 3/8] ethdev: add mbuf dynfield for incomplete IP reassembly

2022-01-11 Thread Akhil Goyal
> > > Hardware IP reassembly may be incomplete for multiple reasons like > > reassembly timeout reached, duplicate fragments, etc. > > To save application cycles to process these packets again, a new > > mbuf ol_flag (RTE_MBUF_F_RX_IPREASSEMBLY_INCOMPLETE) is added to > > show that the mbuf receiv

RE: [PATCH 3/8] ethdev: add mbuf dynfield for incomplete IP reassembly

2022-01-11 Thread Ananyev, Konstantin
> Hardware IP reassembly may be incomplete for multiple reasons like > reassembly timeout reached, duplicate fragments, etc. > To save application cycles to process these packets again, a new > mbuf ol_flag (RTE_MBUF_F_RX_IPREASSEMBLY_INCOMPLETE) is added to > show that the mbuf received is not r