RE: [EXT] [PATCH 0/3] add partial SGL support to AESNI_MB

2022-05-05 Thread De Lara Guarch, Pablo
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Monday, May 2, 2022 10:48 AM > To: Power, Ciara ; dev@dpdk.org; De Lara Guarch, > Pablo > Cc: Zhang, Roy Fan ; Ji, Kai > Subject: RE: [EXT] [PATCH 0/3] add partial SGL support to AESNI_MB > > Hi P

RE: [EXT] [PATCH 0/3] add partial SGL support to AESNI_MB

2022-05-02 Thread Akhil Goyal
Hi Pablo, Can you review this series? Regards, Akhil > This patchset adds SGL support for GCM and CHACHA20-POLY1305 algorithms, > using the IPSec-MB JOB API. > > Supported SGL types: > - INPLACE SGL > - OOP SGL IN, LB OUT > - OOP SGL IN, SGL OUT > > The SGL Feature Flags for AESNI_MB PMD are

[PATCH 0/3] add partial SGL support to AESNI_MB

2022-04-07 Thread Ciara Power
This patchset adds SGL support for GCM and CHACHA20-POLY1305 algorithms, using the IPSec-MB JOB API. Supported SGL types: - INPLACE SGL - OOP SGL IN, LB OUT - OOP SGL IN, SGL OUT The SGL Feature Flags for AESNI_MB PMD are not added, as it does not yet support SGL for all other algorithms. Cia