RE: [PATCH v3 0/5] add remaining SGL support to AESNI_MB

2022-09-26 Thread De Lara Guarch, Pablo
Hi Ciara, > -Original Message- > From: Power, Ciara > Sent: Wednesday, September 21, 2022 2:51 PM > Cc: dev@dpdk.org; Ji, Kai ; Zhang, Roy Fan > ; De Lara Guarch, Pablo > ; Power, Ciara > Subject: [PATCH v3 0/5] add remaining SGL support to AESNI_MB > > Cu

[PATCH v3 0/5] add remaining SGL support to AESNI_MB

2022-09-21 Thread Ciara Power
Currently, the intel-ipsec-mb library only supports SGL for GCM and ChaCha20-Poly1305 algorithms through the JOB API. To add SGL support for other algorithms, a workaround approach is added in the AESNI_MB PMD. SGL feature flags can now be added to the PMD. This patchset also includes a fix for S