[dpdk-dev] [EXT] [dpdk-dev v3] test/cryptodev: fix incomplete data length
Anoob Joseph
anoobj at marvell.com
Tue Nov 9 17:25:48 CET 2021
Hi Kai,
Thanks for addressing the comments.
Acked-by: Anoob Joseph <anoobj at marvell.com>
>
> ----------------------------------------------------------------------
> This patch fixes incorrect data lengths computation in cryptodev unit test.
> Previously some data lengths were incorrectly set, which was insensitive for
> crypto op unit tets but is critical for raw data path API unit tests. The patch
> addressed the issue by setting the correct data lengths for some tests.
>
> Fixes: 681f540da52b ("cryptodev: do not use AAD in wireless algorithms")
> Cc: pablo.de.lara.guarch at intel.com
>
> Fixes: e847fc512817 ("test/crypto: add encrypted digest case for AES-CTR-
> CMAC")
> Cc: adamx.dybkowski at intel.com
>
> Fixes: b1c1df46878d ("test/crypto: add ZUC test cases for auth-cipher")
> Cc: damianx.nowak at intel.com
>
> Signed-off-by: Kai Ji <kai.ji at intel.com>
> ---
>
> v2:
> - review comments addressed
>
> v3:
> - remove unneeded debug code
>
> app/test/test_cryptodev.c | 26 +++++++++++++-------------
> 1 file changed, 13 insertions(+), 13 deletions(-)
>
More information about the dev
mailing list