Re: [dpdk-dev] [PATCH v3 3/4] crypto/aesni_mb: add single operation functionality

2016-12-20 Thread Declan Doherty
On 19/12/16 17:29, Pablo de Lara wrote: Update driver to use new AESNI Multibuffer IPSec library single operation functionality (cipher only and authentication only). This patch also adds tests for this new feature. Signed-off-by: Pablo de Lara --- app/test/test_cryptodev.c

[dpdk-dev] [PATCH v3 3/4] crypto/aesni_mb: add single operation functionality

2016-12-19 Thread Pablo de Lara
Update driver to use new AESNI Multibuffer IPSec library single operation functionality (cipher only and authentication only). This patch also adds tests for this new feature. Signed-off-by: Pablo de Lara --- app/test/test_cryptodev.c | 34 app/test/test_cryptod