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

2022-01-30 Thread Akhil Goyal
Hi Andrew, Thanks for the review. > On 1/3/22 18:08, Akhil Goyal wrote: > > IP Reassembly is a costly operation if it is done in software. > > The operation becomes even more costlier if IP fragmants are encrypted. > > However, if it is offloaded to HW, it can considerably save application > > cyc

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

2022-01-21 Thread Andrew Rybchenko
On 1/3/22 18:08, Akhil Goyal wrote: IP Reassembly is a costly operation if it is done in software. The operation becomes even more costlier if IP fragmants are encrypted. However, if it is offloaded to HW, it can considerably save application cycles. Hence, a new offload RTE_ETH_RX_OFFLOAD_IP_RE

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

2022-01-11 Thread Ananyev, Konstantin
> IP Reassembly is a costly operation if it is done in software. > The operation becomes even more costlier if IP fragmants are encrypted. > However, if it is offloaded to HW, it can considerably save application > cycles. > > Hence, a new offload RTE_ETH_RX_OFFLOAD_IP_REASSEMBLY is introduced