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

2022-02-02 Thread Akhil Goyal
> On 1/30/2022 5:59 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 IP reassembly RX offload. > > Currently, the offload is tested along with inline IPsec processing. > > It can also be

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

2022-02-01 Thread Ferruh Yigit
On 1/30/2022 5:59 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 IP reassembly RX offload. Currently, the offload is tested along with inline IPsec processing. It can also be updated as a standalone

[PATCH v3 0/4] ethdev: introduce IP reassembly offload

2022-01-30 Thread Akhil Goyal
As discussed in the RFC[1] sent in 21.11, a new offload is introduced in ethdev for IP reassembly. This patchset add the IP reassembly RX offload. Currently, the offload is tested along with inline IPsec processing. It can also be updated as a standalone offload without IPsec, if there are some ha