From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 21DF22BA2 for ; Tue, 25 Apr 2017 18:08:53 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2017 09:07:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,250,1488873600"; d="scan'208";a="253306379" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga004.fm.intel.com with ESMTP; 25 Apr 2017 09:07:36 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.187]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Tue, 25 Apr 2017 17:07:36 +0100 From: "Trahe, Fiona" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Griffin, John" , "Jain, Deepak K" , "Doherty, Declan" Thread-Topic: [PATCH] lib/cryptodev: fix API aad comments Thread-Index: AQHSvdD/10BrJobAbkmP6czDIFsd8qHWQC8w Date: Tue, 25 Apr 2017 16:07:35 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435891E9078@IRSMSX101.ger.corp.intel.com> References: <1493130831-10854-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1493130831-10854-1-git-send-email-arkadiuszx.kusztal@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.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] lib/cryptodev: fix API aad comments X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 16:08:54 -0000 > -----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 >=20 > Fix comments concerning aad sizes in Cryptodev API. >=20 > Fixes: d11b0f30df88 ("cryptodev: introduce API and framework for crypto > devices") >=20 > Signed-off-by: Arek Kusztal Acked-by: Fiona Trahe