From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 80C667CB8; Thu, 27 Jul 2017 20:49:29 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jul 2017 11:49:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,421,1496127600"; d="scan'208";a="1156114778" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga001.jf.intel.com with ESMTP; 27 Jul 2017 11:49:26 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX152.ger.corp.intel.com ([169.254.6.83]) with mapi id 14.03.0319.002; Thu, 27 Jul 2017 19:49:26 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "Doherty, Declan" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v2] cryptodev: fix crypto op bulk alloc Doxygen Thread-Index: AQHTBvIqKMHRAEVOB0ux6DRIvbqQ6KJnyNeAgAAZYjA= Date: Thu, 27 Jul 2017 18:49:25 +0000 Message-ID: References: <20170726042712.8355-1-pablo.de.lara.guarch@intel.com> <20170727160530.34001-1-pablo.de.lara.guarch@intel.com> <348A99DA5F5B7549AA880327E580B4358923D541@IRSMSX101.ger.corp.intel.com> In-Reply-To: <348A99DA5F5B7549AA880327E580B4358923D541@IRSMSX101.ger.corp.intel.com> Accept-Language: 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] cryptodev: fix crypto op bulk alloc Doxygen 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: Thu, 27 Jul 2017 18:49:30 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Thursday, July 27, 2017 5:17 PM > To: De Lara Guarch, Pablo ; Doherty, > Declan > Cc: dev@dpdk.org; stable@dpdk.org > Subject: RE: [PATCH v2] cryptodev: fix crypto op bulk alloc Doxygen >=20 >=20 >=20 > > -----Original Message----- > > From: De Lara Guarch, Pablo > > Sent: Thursday, July 27, 2017 5:06 PM > > To: Trahe, Fiona ; Doherty, Declan > > > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > ; stable@dpdk.org > > Subject: [PATCH v2] cryptodev: fix crypto op bulk alloc Doxygen > > > > When calling rte_crypto_op_bulk_alloc, the function may return either > > a 0, if not enough objects are available in the mempool or the number > > of operations requested, it there are enough available. However, the > > Doxygen comments were not matching these two cases. > > > > Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op > > oriented") > > Cc: stable@dpdk.org > > > > Signed-off-by: Pablo de Lara > Acked-by: Fiona Trahe Applied to dpdk-next-crypto. Pablo