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 77BCE1B422; Wed, 16 May 2018 10:44:30 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 May 2018 01:44:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,390,1520924400"; d="scan'208";a="41349205" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga007.jf.intel.com with ESMTP; 16 May 2018 01:44:27 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by IRSMSX151.ger.corp.intel.com ([169.254.4.167]) with mapi id 14.03.0319.002; Wed, 16 May 2018 09:44:26 +0100 From: "De Lara Guarch, Pablo" To: "Rybalchenko, Kirill" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Rybalchenko, Kirill" , "Zhang, Roy Fan" Thread-Topic: [dpdk-stable] [PATCH] crypto/scheduler: fix multicore rings re-use Thread-Index: AQHT61A5rbj8L3sYgUaxWpA2is7EN6QyDWww Date: Wed, 16 May 2018 08:44:25 +0000 Message-ID: References: <1526280767-669-1-git-send-email-kirill.rybalchenko@intel.com> In-Reply-To: <1526280767-669-1-git-send-email-kirill.rybalchenko@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWVlOWNiMDgtYjQyZC00OGQ1LTk0NTctNTFkMzdlMWJlM2I5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkVrMWo5ZGNMNVpCNXdERnBIYnQwS285RXdSenRkR2lra2thWmNYeEtWaGM9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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] crypto/scheduler: fix multicore rings re-use 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, 16 May 2018 08:44:31 -0000 > -----Original Message----- > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Kirill Rybalch= enko > Sent: Monday, May 14, 2018 7:53 AM > To: dev@dpdk.org > Cc: stable@dpdk.org; Rybalchenko, Kirill ; = Zhang, > Roy Fan > Subject: [dpdk-stable] [PATCH] crypto/scheduler: fix multicore rings re-u= se >=20 > When scheduler mode changed from multicore to roundrobin and back to > multicore, scheduler tries to create memory rings with the same name and = fails. > The fix allows to lookup and re-use previously allocated memory rings. >=20 > Fixes: 4c07e0552f0a ("crypto/scheduler: add multicore scheduling mode") >=20 > Signed-off-by: Kirill Rybalchenko Missing Cc: stable@dpdk.org in commit message. Acked-by: Pablo de Lara