Re: [dpdk-dev] [PATCH] crypto/ipsec_mb: fix ZUC PMD buffer initialisation

2021-10-20 Thread Zhang, Roy Fan
> -Original Message- > From: Power, Ciara > Sent: Wednesday, October 20, 2021 12:06 PM > To: dev@dpdk.org > Cc: Zhang, Roy Fan ; gak...@marvell.com; De Lara > Guarch, Pablo ; tho...@monjalon.net; > Power, Ciara ; Bronowski, PiotrX > > Subject: [PATCH] crypto/ipsec_mb: fix ZUC PMD buffer i

[dpdk-dev] [PATCH] crypto/ipsec_mb: fix ZUC PMD buffer initialisation

2021-10-20 Thread Ciara Power
The buffers used when processing a hash operation in the ZUC PMD should be initialised to empty before use. This fixes possible "may be used uninitialised" errors on compilation. Fixes: e09b92e6474b ("drivers/crypto: move zuc PMD to IPsec-mb framework") Cc: piotrx.bronow...@intel.com Signed-off-b