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 667202C8 for ; Thu, 6 Jul 2017 10:30:39 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jul 2017 01:30:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,316,1496127600"; d="scan'208";a="1168744482" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga001.fm.intel.com with ESMTP; 06 Jul 2017 01:30:38 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX151.ger.corp.intel.com ([169.254.4.191]) with mapi id 14.03.0319.002; Thu, 6 Jul 2017 09:30:37 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "Rybalchenko, Kirill" , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3] crypto/scheduler: add multicore scheduling mode Thread-Index: AQHS9fkwPsbNjQCwZ0uzsfHPzC8VGKJGeEdg Date: Thu, 6 Jul 2017 08:30:36 +0000 Message-ID: References: <20170630095109.26765-1-pablo.de.lara.guarch@intel.com> <1499271278-37151-1-git-send-email-kirill.rybalchenko@intel.com> <9F7182E3F746AB4EA17801C148F3C60409EC00FD@IRSMSX101.ger.corp.intel.com> In-Reply-To: <9F7182E3F746AB4EA17801C148F3C60409EC00FD@IRSMSX101.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 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-dev] [PATCH v3] crypto/scheduler: add multicore scheduling mode 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: Thu, 06 Jul 2017 08:30:39 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhang, Roy Fan > Sent: Thursday, July 6, 2017 2:42 AM > To: Rybalchenko, Kirill ; Doherty, Declan > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] crypto/scheduler: add multicore > scheduling mode >=20 > > -----Original Message----- > > From: Rybalchenko, Kirill > > Sent: Thursday, July 6, 2017 12:15 AM > > To: Zhang, Roy Fan ; Doherty, Declan > > > > Cc: dev@dpdk.org; Rybalchenko, Kirill > > Subject: [PATCH v3] crypto/scheduler: add multicore scheduling mode > > > > Multi-core scheduling mode is a mode where scheduler distributes > > crypto operations in a round-robin base, between several core assigned = as > workers. > > > > Signed-off-by: Kirill Rybalchenko > > --- > > Changes in v3: > > - Rebased against dpdk-next-crypto > > - Fixed op status check in the reordering ring dequeuing > > - Modified size of the ring between scheduler and workers > > - Modified macro names as per Fan's comment > > - Changed type of variable from 'usigned int' to uint32_t >=20 > Thanks a lot! >=20 > Acked by: Fan Zhang Applied to dpdk-next-crypto. Thanks, Pablo