RE: [EXT] Re: [PATCH v4 1/3] ethdev: introduce IP reassembly offload

2022-02-07 Thread Akhil Goyal
Hi Ferruh, Thanks for review, Will send the next version soon. Please see the comments inline. > On 2/4/2022 10:13 PM, Akhil Goyal wrote: > > IP Reassembly is a costly operation if it is done in software. > > The operation becomes even more costlier if IP fragments are encrypted. > > However, if i

Re: [PATCH v4 1/3] ethdev: introduce IP reassembly offload

2022-02-07 Thread Ferruh Yigit
On 2/4/2022 10:13 PM, Akhil Goyal wrote: IP Reassembly is a costly operation if it is done in software. The operation becomes even more costlier if IP fragments are encrypted. However, if it is offloaded to HW, it can considerably save application cycles. Hence, a new offload feature is exposed

RE: [PATCH v4 1/3] ethdev: introduce IP reassembly offload

2022-02-04 Thread Akhil Goyal
> Subject: [PATCH v4 1/3] ethdev: introduce IP reassembly offload > > IP Reassembly is a costly operation if it is done in software. > The operation becomes even more costlier if IP fragments are encrypted. > However, if it is offloaded to HW, it can considerably save appli

[PATCH v4 1/3] ethdev: introduce IP reassembly offload

2022-02-04 Thread Akhil Goyal
IP Reassembly is a costly operation if it is done in software. The operation becomes even more costlier if IP fragments are encrypted. However, if it is offloaded to HW, it can considerably save application cycles. Hence, a new offload feature is exposed in eth_dev ops for devices which can attemp