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

2022-09-21 Thread Zhang, Roy Fan
> -Original Message- > From: Power, Ciara > Sent: Wednesday, September 21, 2022 1:51 PM > To: Zhang, Roy Fan ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; Ji, Kai ; Power, Ciara > > Subject: [PATCH v3 3/5] crypto/ipsec_mb: add remaining SGL support > &

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

2022-09-21 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