From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 05F432BF1; Fri, 23 Jun 2017 11:56:47 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 02:56:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,377,1493708400"; d="scan'208";a="102829347" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga002.jf.intel.com with ESMTP; 23 Jun 2017 02:56:42 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.242]) by IRSMSX152.ger.corp.intel.com ([169.254.6.83]) with mapi id 14.03.0319.002; Fri, 23 Jun 2017 10:56:41 +0100 From: "Trahe, Fiona" To: "De Lara Guarch, Pablo" , "Doherty, Declan" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v2 2/9] test/crypto: fix wrong AAD setting Thread-Index: AQHS65J7bgkIn7oopEaNUbYPutIXEaIyNq/w Date: Fri, 23 Jun 2017 09:56:40 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435892224DB@IRSMSX101.ger.corp.intel.com> References: <20170621064154.25124-1-pablo.de.lara.guarch@intel.com> <20170622120235.46063-1-pablo.de.lara.guarch@intel.com> <20170622120235.46063-3-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170622120235.46063-3-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH v2 2/9] test/crypto: fix wrong AAD setting X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 09:56:48 -0000 > -----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 ;= stable@dpdk.org > Subject: [PATCH v2 2/9] test/crypto: fix wrong AAD setting >=20 > 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. >=20 > Fixes: ffbe3be0d4b5 ("app/test: add libcrypto") > CC: stable@dpdk.org >=20 > Signed-off-by: Pablo de Lara Acked-by: Fiona Trahe