> -----Original Message-----
> From: Power, Ciara <ciara.po...@intel.com>
> Sent: Wednesday, October 20, 2021 12:06 PM
> To: dev@dpdk.org
> Cc: Zhang, Roy Fan <roy.fan.zh...@intel.com>; gak...@marvell.com; De Lara
> Guarch, Pablo <pablo.de.lara.gua...@intel.com>; tho...@monjalon.net;
> Power, Ciara <ciara.po...@intel.com>; Bronowski, PiotrX
> <piotrx.bronow...@intel.com>
> Subject: [PATCH] crypto/ipsec_mb: fix ZUC PMD buffer initialisation
>
> 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-by: Ciara Power <ciara.po...@intel.com>
> ---
Acked-by: Fan Zhang <roy.fan.zh...@intel.com>