Re: [dpdk-dev] [PATCH] app/crypto-perf: fix incorrect IV allocation

2017-08-03 Thread Thomas Monjalon
01/08/2017 02:33, Pablo de Lara: > Memory is reserved after each crypto operation > for the necessary IV(s), which could be for cipher, > authentication or AEAD algorithms. > However, for AEAD algorithms (such as AES-GCM), this > memory was not being reserved, leading to potential > memory overflow

[dpdk-dev] [PATCH] app/crypto-perf: fix incorrect IV allocation

2017-08-01 Thread Pablo de Lara
Memory is reserved after each crypto operation for the necessary IV(s), which could be for cipher, authentication or AEAD algorithms. However, for AEAD algorithms (such as AES-GCM), this memory was not being reserved, leading to potential memory overflow. Fixes: 8a5b494a7f99 ("app/test-crypto-perf