> > 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>
Please follow the naming convention in giving acks. It should be Acked-by: Kai Ji <kai...@intel.com> Applied to dpdk-next-crypto Thanks.