RE: [EXT] Re: [PATCH v3 3/4] ethdev: add mbuf dynfield for incomplete IP reassembly

2022-02-02 Thread Akhil Goyal
> On 1/30/2022 5:59 PM, Akhil Goyal wrote: > > 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 dynflag is added to show that the mbuf received i

Re: [PATCH v3 3/4] ethdev: add mbuf dynfield for incomplete IP reassembly

2022-02-01 Thread Ferruh Yigit
On 1/30/2022 5:59 PM, Akhil Goyal wrote: 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 dynflag is added to show that the mbuf received is not reassemble

[PATCH v3 3/4] ethdev: add mbuf dynfield for incomplete IP reassembly

2022-01-30 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 dynflag is added to show that the mbuf received is not reassembled properly. Now if this dynflag is set, ap