From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 86FFA199B0; Wed, 16 May 2018 17:43:34 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 May 2018 08:43:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,406,1520924400"; d="scan'208";a="224741416" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga005.jf.intel.com with ESMTP; 16 May 2018 08:43:32 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 16 May 2018 16:43:31 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by IRSMSX156.ger.corp.intel.com ([169.254.3.233]) with mapi id 14.03.0319.002; Wed, 16 May 2018 16:43:31 +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 v2] crypto/scheduler: fix multicore rings re-use Thread-Index: AQHT7SGmuo9gxXEBuEOGBfLhlZIlT6QyfXYg Date: Wed, 16 May 2018 15:43:30 +0000 Message-ID: References: <1526280767-669-1-git-send-email-kirill.rybalchenko@intel.com> <1526480671-10763-1-git-send-email-kirill.rybalchenko@intel.com> In-Reply-To: <1526480671-10763-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODY0NjEwZjctOGRjNy00NDQwLTlkMjQtNmNhYTI5YjU5MTQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ilo2a1FCa2Q2cFFpd0JkZ1hTaW5iWnJ2K2R6VnAwWitTUGZcL1B0dHRcL05oQT0ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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-stable] [PATCH v2] 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 15:43:35 -0000 > -----Original Message----- > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Kirill Rybalch= enko > Sent: Wednesday, May 16, 2018 3:25 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Rybalchenko, Kirill ; = Zhang, > Roy Fan > Subject: [dpdk-stable] [PATCH v2] crypto/scheduler: fix multicore rings r= e-use >=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") > Cc: stable@dpdk.org >=20 > v2: > Rebase to head of dpdk-dev master branch The changelog should go after the three dashes, so it is not a part of the = commit when merged. >=20 > Signed-off-by: Kirill Rybalchenko You forgot to include the two previous acks (if you send another revision, = add them). Acked-by: Pablo de Lara Acked-by: Fan Zhang Pablo