From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9F5F92BE1; Tue, 22 May 2018 12:08:36 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2018 03:08:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,429,1520924400"; d="scan'208";a="52843156" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga003.jf.intel.com with ESMTP; 22 May 2018 03:08:34 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 22 May 2018 11:08:33 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by irsmsx111.ger.corp.intel.com ([169.254.2.47]) with mapi id 14.03.0319.002; Tue, 22 May 2018 11:08:33 +0100 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Rybalchenko, Kirill" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Zhang, Roy Fan" , "Pattan, Reshma" Thread-Topic: [dpdk-stable] [PATCH] crypto/scheduler: fix 64-bit mask of workers cores Thread-Index: AQHT8bNxTFdgJKf7l0iWqPgDq9VE+KQ7hj+g Date: Tue, 22 May 2018 10:08:32 +0000 Message-ID: References: <1526898132-93724-1-git-send-email-kirill.rybalchenko@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2EzZGJlNjktMWU1ZS00MzNkLWJlYzItYzRhMzMxNzk5YjEyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZzZ0Mk1nYVB5aTZFWXlMU2JQQjhocXhoNGR0TzJzMTh1SEQ5Vk1OTW9CcUpPeGtmWFkzZlFQOW1CNE9aTjRTOSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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-dev] [dpdk-stable] [PATCH] crypto/scheduler: fix 64-bit mask of workers cores 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: Tue, 22 May 2018 10:08:37 -0000 > -----Original Message----- > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of De Lara Guarch= , > Pablo > Sent: Tuesday, May 22, 2018 10:58 AM > To: Rybalchenko, Kirill ; dev@dpdk.org > Cc: stable@dpdk.org; Zhang, Roy Fan ; Pattan, > Reshma > Subject: Re: [dpdk-stable] [PATCH] crypto/scheduler: fix 64-bit mask of w= orkers > cores >=20 >=20 >=20 > > -----Original Message----- > > From: Rybalchenko, Kirill > > Sent: Monday, May 21, 2018 11:22 AM > > To: dev@dpdk.org > > Cc: stable@dpdk.org; Rybalchenko, Kirill > > ; Zhang, Roy Fan > > ; Pattan, Reshma ; > > De Lara Guarch, Pablo > > Subject: [PATCH] crypto/scheduler: fix 64-bit mask of workers cores > > > > The list of workers cores was represented by 64-bit bitmask. > > It doesn't work if system has cores with id higher than 63. > > This fix changes list of workers cores to array of uint16_t. > > The size of array equals to RTE_MAX_LCORE. > > > > Fixes: 4c07e0552f0a ("crypto/scheduler: add multicore scheduling > > mode") > > Cc: stable@dpdk.org > > > > Signed-off-by: Kirill Rybalchenko >=20 > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo