RE: [PATCH 3/3] crypto/ipsec_mb: check SGL support for algorithm

2022-05-08 Thread De Lara Guarch, Pablo
Hi Ciara, > -Original Message- > From: Power, Ciara > Sent: Thursday, April 7, 2022 11:31 AM > To: dev@dpdk.org > Cc: Zhang, Roy Fan ; Ji, Kai ; > Power, Ciara ; De Lara Guarch, Pablo > > Subject: [PATCH 3/3] crypto/ipsec_mb: check SGL support for algorithm >

[PATCH 3/3] crypto/ipsec_mb: check SGL support for algorithm

2022-04-07 Thread Ciara Power
This patch adds a check when dequeueing ops and processing, SGL support only exists for AES-GCM and CHACHA20_POLY1305 algorithms. If an SGL op for an unsupported algorithm is being processed, submit a NULL job instead. Signed-off-by: Ciara Power --- drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 7 +++