From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 8A06AF72; Mon, 23 Jul 2018 13:29:21 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jul 2018 04:29:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,393,1526367600"; d="scan'208";a="74699835" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 23 Jul 2018 04:29:16 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 23 Jul 2018 12:26:46 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX156.ger.corp.intel.com ([169.254.3.205]) with mapi id 14.03.0319.002; Mon, 23 Jul 2018 12:26:46 +0100 From: "De Lara Guarch, Pablo" To: dev , "dev@dpdk.org" CC: "maxime.coquelin@redhat.com" , "Zhoujian (jay)" Thread-Topic: [dpdk-dev] [PATCH] examples/vhost_crypto: add multi-core support Thread-Index: AQHUCicLRCn4KCyLNEqNjzGfiQrDmqSc24Yw Date: Mon, 23 Jul 2018 11:26:46 +0000 Message-ID: References: <20180622123605.10241-1-roy.fan.zhang@intel.com> In-Reply-To: <20180622123605.10241-1-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDA2NjlkYTEtNjAyYS00OGIzLThhYmYtMTA3MGEzMTJhNzY5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOGFWNXJjZ1BOcXcxV3lLTDdMQzRtN0JBTTNoYTZWWlRaNWFcL2E2K2RpdTJoSEVGSHNcL3dUckFmelRRMFJzYk1QIn0= 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-dev] [PATCH] examples/vhost_crypto: add multi-core support 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: Mon, 23 Jul 2018 11:29:23 -0000 Hi Jay/Maxime, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] > Sent: Friday, June 22, 2018 1:36 PM > To: dev@dpdk.org > Cc: maxime.coquelin@redhat.com > Subject: [dpdk-dev] [PATCH] examples/vhost_crypto: add multi-core support >=20 > Originally vhost_crypto sample application only supports single core. Thi= s patch > adds the multi-core support with more flexible options. >=20 > Signed-off-by: Fan Zhang Could you review this patch, please? Thanks, Pablo