RE: [PATCH v2 3/5] crypto/ipsec_mb: add remaining SGL support

2022-09-15 Thread De Lara Guarch, Pablo
Hi Ciara, > -Original Message- > From: Power, Ciara > Sent: Thursday, August 25, 2022 3:29 PM > To: Zhang, Roy Fan ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; Ji, Kai ; Power, Ciara > > Subject: [PATCH v2 3/5] crypto/ipsec_mb: add remaining SGL support > &

[PATCH v2 3/5] crypto/ipsec_mb: add remaining SGL support

2022-08-25 Thread Ciara Power
The intel-ipsec-mb library supports SGL for GCM and ChaChaPoly algorithms using the JOB API. This support was added to AESNI_MB PMD previously, but the SGL feature flags could not be added due to no SGL support for other algorithms. This patch adds a workaround SGL approach for other algorithms us