Re: [dpdk-dev] [PATCH v2 2/9] test/crypto: fix wrong AAD setting

2017-06-23 Thread Trahe, Fiona
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, June 22, 2017 1:02 PM > To: Doherty, Declan ; Trahe, Fiona > > Cc: dev@dpdk.org; De Lara Guarch, Pablo ; > sta...@dpdk.org > Subject: [PATCH v2 2/9] test/crypto: fix wrong AAD setting > > AAD should not point at IV f

[dpdk-dev] [PATCH v2 2/9] test/crypto: fix wrong AAD setting

2017-06-22 Thread Pablo de Lara
AAD should not point at IV for AES algorithms. For AES-GCM, AAD will point at additional data in the mbuf. For the other algorithms (such as 3DES CBC), AAD is not used. Fixes: ffbe3be0d4b5 ("app/test: add libcrypto") CC: sta...@dpdk.org Signed-off-by: Pablo de Lara --- test/test/test_cryptodev_