From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E056368A9 for ; Wed, 26 Apr 2017 16:21:30 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 26 Apr 2017 07:21:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,254,1488873600"; d="scan'208";a="94421759" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga006.fm.intel.com with ESMTP; 26 Apr 2017 07:21:29 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX152.ger.corp.intel.com ([169.254.6.231]) with mapi id 14.03.0319.002; Wed, 26 Apr 2017 15:21:28 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "Kusztal, ArkadiuszX" CC: "Griffin, John" , "Jain, Deepak K" , "Doherty, Declan" , "stable@dpdk.org" Thread-Topic: [PATCH] lib/cryptodev: fix API aad comments Thread-Index: AQHSvdD/zqj4mrFjFEeYu7itHqcTL6HWL7SAgAGFDRCAAABK0A== Date: Wed, 26 Apr 2017 14:21:27 +0000 Message-ID: References: <1493130831-10854-1-git-send-email-arkadiuszx.kusztal@intel.com> <348A99DA5F5B7549AA880327E580B435891E9078@IRSMSX101.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmI0NjdkMWUtN2YwZC00MTdkLTlhMDAtZTk2ZjgxNWE2MDIyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlMzMkE5WjkxQzlQNVBmcFBNUkh3eVVucFdpa0RBQ1FERUgxa29zM3czYlU9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] lib/cryptodev: fix API aad comments 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: Wed, 26 Apr 2017 14:21:31 -0000 CC'ing stable@dpdk.org > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, April 26, 2017 3:20 PM > To: Trahe, Fiona; Kusztal, ArkadiuszX; dev@dpdk.org > Cc: Griffin, John; Jain, Deepak K; Doherty, Declan > Subject: RE: [PATCH] lib/cryptodev: fix API aad comments >=20 >=20 >=20 > > -----Original Message----- > > From: Trahe, Fiona > > Sent: Tuesday, April 25, 2017 5:08 PM > > To: Kusztal, ArkadiuszX; dev@dpdk.org > > Cc: De Lara Guarch, Pablo; Griffin, John; Jain, Deepak K; Doherty, Decl= an > > Subject: RE: [PATCH] lib/cryptodev: fix API aad comments > > > > > > > > > -----Original Message----- > > > From: Kusztal, ArkadiuszX > > > Sent: Tuesday, April 25, 2017 3:34 PM > > > To: dev@dpdk.org > > > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > > > ; Griffin, John > ; > > > Jain, Deepak K ; Doherty, Declan > > > ; Kusztal, ArkadiuszX > > > > > > Subject: [PATCH] lib/cryptodev: fix API aad comments > > > > > > Fix comments concerning aad sizes in Cryptodev API. > > > > > > Fixes: d11b0f30df88 ("cryptodev: introduce API and framework for > crypto > > > devices") > > > > > > Signed-off-by: Arek Kusztal > > Acked-by: Fiona Trahe >=20 > Added Cc: stable@dpdk.org >=20 > Applied to dpdk-next-crypto. > Thanks, >=20 > Pablo