RE: [EXT] Re: [PATCH 0/8] ethdev: introduce IP reassembly offload

2022-01-06 Thread Akhil Goyal
> > Akhil Goyal (8): > > ethdev: introduce IP reassembly offload > > ethdev: add dev op for IP reassembly configuration > > ethdev: add mbuf dynfield for incomplete IP reassembly > > security: add IPsec option for IP reassembly > > app/test: add unit cases for inline IPsec offload > > a

Re: [PATCH 0/8] ethdev: introduce IP reassembly offload

2022-01-06 Thread David Marchand
On Mon, Jan 3, 2022 at 4:08 PM Akhil Goyal wrote: > > As discussed in the RFC[1] sent in 21.11, a new offload is > introduced in ethdev for IP reassembly. > > This patchset add the RX offload and an application to test it. > Currently, the offload is tested along with inline IPsec processing. > It