From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/crypto-perf: fix incorrect IV allocation Date: Thu, 03 Aug 2017 23:48:05 +0200 Message-ID: <14332872.ko1yaCUqbo@xps> References: <20170801003336.15796-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 0460F2C16 for ; Thu, 3 Aug 2017 23:48:08 +0200 (CEST) In-Reply-To: <20170801003336.15796-1-pablo.de.lara.guarch@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. > > Fixes: 8a5b494a7f99 ("app/test-crypto-perf: add AEAD parameters") > > Signed-off-by: Pablo de Lara Applied, thanks