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

2022-02-10 Thread Ferruh Yigit
On 2/8/2022 10:20 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 v6 0/3] ethdev: introduce IP reassembly offload

2022-02-08 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