> -----Original Message-----
> From: Power, Ciara <ciara.po...@intel.com>
> Sent: Tuesday, June 21, 2022 12:42 PM
> To: Akhil Goyal <gak...@marvell.com>; Zhang, Roy Fan
> <roy.fan.zh...@intel.com>
> Cc: dev@dpdk.org; Ji, Kai <kai...@intel.com>; Power, Ciara
> <ciara.po...@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.gua...@intel.com>; sta...@dpdk.org
> Subject: [PATCH] test/crypto: fix cipher offset for ZUC tests
>
> The cipher offset in bits was not being used in ZUC encryption test functions
> when creating the operation, it was hardcoded to 0.
> This is fixed to use the offset from the test vector as intended.
>
> Fixes: fd01a9be38d5 ("test/crypto: move IV to crypto op private data")
> Cc: pablo.de.lara.gua...@intel.com
> Cc: sta...@dpdk.org
>
> Signed-off-by: Ciara Power <ciara.po...@intel.com>
> ---
Acked-by Ji, Kai <kai...@intel.com>