From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id B09BC388F for ; Wed, 19 Apr 2017 18:07:21 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 19 Apr 2017 09:07:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,222,1488873600"; d="scan'208";a="78887660" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga004.jf.intel.com with ESMTP; 19 Apr 2017 09:07:09 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Apr 2017 17:07:09 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx111.ger.corp.intel.com ([169.254.2.58]) with mapi id 14.03.0319.002; Wed, 19 Apr 2017 17:07:09 +0100 From: "De Lara Guarch, Pablo" To: "stable@dpdk.org" CC: "Zhang, Roy Fan" Thread-Topic: [PATCH] crypto/scheduler: fix slave init attach Thread-Index: AQHSuRKK3NgKVlROQUm1/QbTjF5+h6HM11DQgAAEK/A= Date: Wed, 19 Apr 2017 16:07:07 +0000 Message-ID: References: <1492609337-44733-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzliNThhYWYtYzQ2ZC00YTBlLThhYTAtODM4ZmI5OGNkZmY4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlpGRDREQ1RyWWsyM3NJbUo3eFpQd05SV0MrWUtSTzNcL21WeFhYWE43dUFnPSJ9 x-ctpclassification: CTP_IC 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 slave init attach 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, 19 Apr 2017 16:07:22 -0000 > -----Original Message----- > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of De Lara > Guarch, Pablo > Sent: Wednesday, April 19, 2017 5:04 PM > To: Zhang, Roy Fan; dev@dpdk.org > Cc: stable@dpdk.org > Subject: Re: [dpdk-stable] [PATCH] crypto/scheduler: fix slave init attac= h >=20 >=20 >=20 > > -----Original Message----- > > From: Zhang, Roy Fan > > Sent: Wednesday, April 19, 2017 2:42 PM > > To: dev@dpdk.org > > Cc: De Lara Guarch, Pablo; stable@dpdk.com > > Subject: [PATCH] crypto/scheduler: fix slave init attach > > > > Fixes: 881851676940 ("crypto/scheduler: improve commandline > parsing") > > > > This patch fix the slaves attaching initially. > > > > Originally, the scheduler will try to attach the slaves passed by the > > cmdline option in the initial stage, this may break the sequence > > of the slaves inside the scheduler. > > > > Signed-off-by: Fan Zhang >=20 > Squashed into the affected commit in the subtree. >=20 > Thanks, > Pablo Forgot to mention that this DOES NOT have to go into the stable branch, as it is a fix for a commit sent in this release. Thanks, Pablo