From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A668D388F; Wed, 19 Apr 2017 18:04:18 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2017 09:04:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,221,1488873600"; d="scan'208";a="847679905" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by FMSMGA003.fm.intel.com with ESMTP; 19 Apr 2017 09:04:16 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX109.ger.corp.intel.com ([169.254.13.12]) with mapi id 14.03.0319.002; Wed, 19 Apr 2017 17:04:15 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] crypto/scheduler: fix slave init attach Thread-Index: AQHSuRKK3NgKVlROQUm1/QbTjF5+h6HM11DQ Date: Wed, 19 Apr 2017 16:04:13 +0000 Message-ID: References: <1492609337-44733-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1492609337-44733-1-git-send-email-roy.fan.zhang@intel.com> 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-dev] [PATCH] crypto/scheduler: fix slave init attach X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2017 16:04:19 -0000 > -----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 >=20 > Fixes: 881851676940 ("crypto/scheduler: improve commandline parsing") >=20 > This patch fix the slaves attaching initially. >=20 > 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. >=20 > Signed-off-by: Fan Zhang Squashed into the affected commit in the subtree. Thanks, Pablo