Re: [dpdk-dev] [PATCH v2 02/15] crypto: add total raw buffer length

2021-09-28 Thread Hemant Agrawal
HI Akhil/Konstantin > > Hi Akhil, > > > > > > > On 9/21/2021 12:58 AM, Akhil Goyal wrote: > > > > > >>> From: Gagandeep Singh > > > > > >>> > > > > > >>> The current crypto raw data vectors is extended to support > > > > > >>> rte_security usecases, where we need total data length to > > > > > >>>

Re: [dpdk-dev] [PATCH v2 02/15] crypto: add total raw buffer length

2021-09-28 Thread Akhil Goyal
> Hi Akhil, > > > > > On 9/21/2021 12:58 AM, Akhil Goyal wrote: > > > > >>> From: Gagandeep Singh > > > > >>> > > > > >>> The current crypto raw data vectors is extended to support > > > > >>> rte_security usecases, where we need total data length to know > > > > >>> how much additional memory sp

Re: [dpdk-dev] [PATCH v2 02/15] crypto: add total raw buffer length

2021-09-27 Thread Ananyev, Konstantin
Hi Akhil, > > > On 9/21/2021 12:58 AM, Akhil Goyal wrote: > > > >>> From: Gagandeep Singh > > > >>> > > > >>> The current crypto raw data vectors is extended to support > > > >>> rte_security usecases, where we need total data length to know > > > >>> how much additional memory space is availabl

Re: [dpdk-dev] [PATCH v2 02/15] crypto: add total raw buffer length

2021-09-24 Thread Akhil Goyal
> > Hi Konstantin > > > > On 9/21/2021 12:58 AM, Akhil Goyal wrote: > > >>> From: Gagandeep Singh > > >>> > > >>> The current crypto raw data vectors is extended to support > > >>> rte_security usecases, where we need total data length to know > > >>> how much additional memory space is available

Re: [dpdk-dev] [PATCH v2 02/15] crypto: add total raw buffer length

2021-09-21 Thread Ananyev, Konstantin
> Hi Konstantin > > On 9/21/2021 12:58 AM, Akhil Goyal wrote: > >>> From: Gagandeep Singh > >>> > >>> The current crypto raw data vectors is extended to support > >>> rte_security usecases, where we need total data length to know > >>> how much additional memory space is available in buffer othe

Re: [dpdk-dev] [PATCH v2 02/15] crypto: add total raw buffer length

2021-09-21 Thread Hemant Agrawal
Hi Konstantin On 9/21/2021 12:58 AM, Akhil Goyal wrote: From: Gagandeep Singh The current crypto raw data vectors is extended to support rte_security usecases, where we need total data length to know how much additional memory space is available in buffer other than data length so that driver/

Re: [dpdk-dev] [PATCH v2 02/15] crypto: add total raw buffer length

2021-09-20 Thread Akhil Goyal
> > > From: Gagandeep Singh > > > > The current crypto raw data vectors is extended to support > > rte_security usecases, where we need total data length to know > > how much additional memory space is available in buffer other > > than data length so that driver/HW can write expanded size > > da

Re: [dpdk-dev] [PATCH v2 02/15] crypto: add total raw buffer length

2021-09-16 Thread Ananyev, Konstantin
> From: Gagandeep Singh > > The current crypto raw data vectors is extended to support > rte_security usecases, where we need total data length to know > how much additional memory space is available in buffer other > than data length so that driver/HW can write expanded size > data after encry

[dpdk-dev] [PATCH v2 02/15] crypto: add total raw buffer length

2021-09-07 Thread Hemant Agrawal
From: Gagandeep Singh The current crypto raw data vectors is extended to support rte_security usecases, where we need total data length to know how much additional memory space is available in buffer other than data length so that driver/HW can write expanded size data after encryption. Signed-o