From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id A3B612C50; Mon, 17 Jul 2017 16:07:23 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 17 Jul 2017 07:07:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,374,1496127600"; d="scan'208";a="1173493553" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga001.fm.intel.com with ESMTP; 17 Jul 2017 07:07:05 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx110.ger.corp.intel.com ([169.254.15.199]) with mapi id 14.03.0319.002; Mon, 17 Jul 2017 15:06:56 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] crypto/aesni_mb: fix zero burst dequeue Thread-Index: AQHS/LBDj3uIow+pc0W9oypIe/1VkKJXwXOAgABQ7/A= Date: Mon, 17 Jul 2017 14:06:55 +0000 Message-ID: References: <20170714064848.54333-1-pablo.de.lara.guarch@intel.com> <938c99a3-920c-1997-e1fa-b2fe7ff024ed@intel.com> In-Reply-To: <938c99a3-920c-1997-e1fa-b2fe7ff024ed@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.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] crypto/aesni_mb: fix zero burst dequeue 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: Mon, 17 Jul 2017 14:07:24 -0000 > -----Original Message----- > From: Doherty, Declan > Sent: Monday, July 17, 2017 11:17 AM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; stable@dpdk.org > Subject: Re: [PATCH] crypto/aesni_mb: fix zero burst dequeue >=20 > On 14/07/2017 7:48 AM, Pablo de Lara wrote: > > In the unlikely scenario that an application calls > > rte_cryptodev_dequeue_burst with nb_ops =3D 0, there was a job leak, as > > a job would be created but would not be populated, as no operation is > > passed. > > > > Fixes: 0f548b50a160 ("crypto/aesni_mb: process crypto op on dequeue") > > Cc: stable@dpdk.org > > > > Signed-off-by: Pablo de Lara > Acked-by: Declan Doherty Applied to dpdk-next-crypto. Pablo