RE: [PATCH v4] crypto/ipsec_mb: unified IPsec MB interface

2024-03-05 Thread Wathsala Wathawana Vithanage
> This is being worked on. We are in the process of creating a new tag. We will > update soon. > A new tag SECLIB-IPSEC-2024.03.05 has been created. We will be sending out a patch for the documentation soon.

RE: [PATCH v4] crypto/ipsec_mb: unified IPsec MB interface

2024-03-05 Thread Wathsala Wathawana Vithanage
> Subject: [PATCH v4] crypto/ipsec_mb: unified IPsec MB interface > > Currently IPsec MB provides both the JOB API and direct API. > AESNI_MB PMD is using the JOB API codepath while ZUC, KASUMI, SNOW3G > and CHACHA20_POLY1305 are using the direct API. > Instead of using the direct API for these PM

Re: [PATCH v4] crypto/ipsec_mb: unified IPsec MB interface

2024-03-04 Thread Honnappa Nagarahalli
> On Mar 4, 2024, at 1:33 AM, Akhil Goyal wrote: > >>> Hi folks, >>> >>> The introduction of a more unified IPsec MB library for DPDK is causing the >>> snow3g tests to fail on ARM. Artifact here: >>> https://lab.dpdk.org/results/dashboard/patchsets/29315/ >>> PMDs using the direct API (KASUMI

RE: [PATCH v4] crypto/ipsec_mb: unified IPsec MB interface

2024-03-03 Thread Akhil Goyal
> > Hi folks, > > > > The introduction of a more unified IPsec MB library for DPDK is causing the > > snow3g tests to fail on ARM. Artifact here: > > https://lab.dpdk.org/results/dashboard/patchsets/29315/ > > PMDs using the direct API (KASUMI, CHACHA, ZUC, SNOW3G) will use the job > API, > > from

RE: [PATCH v4] crypto/ipsec_mb: unified IPsec MB interface

2024-02-29 Thread Akhil Goyal
> Hi folks, > > The introduction of a more unified IPsec MB library for DPDK is causing the > snow3g tests to fail on ARM. Artifact here: > https://lab.dpdk.org/results/dashboard/patchsets/29315/ > PMDs using the direct API (KASUMI, CHACHA, ZUC, SNOW3G) will use the job API, > from the AESNI MB PM

RE: [PATCH v4] crypto/ipsec_mb: unified IPsec MB interface

2024-02-29 Thread Dooley, Brian
Hi folks, The introduction of a more unified IPsec MB library for DPDK is causing the snow3g tests to fail on ARM. Artifact here: https://lab.dpdk.org/results/dashboard/patchsets/29315/ PMDs using the direct API (KASUMI, CHACHA, ZUC, SNOW3G) will use the job API, from the AESNI MB PMD code. We

RE: [PATCH v4] crypto/ipsec_mb: unified IPsec MB interface

2024-02-28 Thread Power, Ciara
> -Original Message- > From: Brian Dooley > Sent: Wednesday, February 28, 2024 11:33 AM > To: Ji, Kai ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; gak...@marvell.com; Dooley, Brian > > Subject: [PATCH v4] crypto/ipsec_mb: unified IPsec MB interface > > Currently IPsec MB provides bo