RE: [PATCH v1 1/1] crypto/ipsec_mb: unify some IPsec MB PMDs

2024-06-20 Thread Akhil Goyal
Hi Pablo, > > Subject: [PATCH v1 1/1] crypto/ipsec_mb: unify some IPsec MB PMDs > > > > Currently IPsec MB provides both the JOB API and direct API. > > AESNI_MB PMD is using the JOB API codepath while KASUMI and > > CHACHA20_POLY1305 are using the direct API. >

RE: [PATCH v1 1/1] crypto/ipsec_mb: unify some IPsec MB PMDs

2024-06-19 Thread De Lara Guarch, Pablo
> -Original Message- > From: Dooley, Brian > Sent: Wednesday, June 5, 2024 10:54 AM > To: Ji, Kai ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; gak...@marvell.com; wathsala.vithan...@arm.com; > Dooley, Brian > Subject: [PATCH v1 1/1] crypto/ipsec_mb:

[PATCH v1 1/1] crypto/ipsec_mb: unify some IPsec MB PMDs

2024-06-05 Thread Brian Dooley
Currently IPsec MB provides both the JOB API and direct API. AESNI_MB PMD is using the JOB API codepath while KASUMI and CHACHA20_POLY1305 are using the direct API. Instead of using the direct API for these PMDs, they should now make use of the JOB API codepath. This would remove all use of the IPs