From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] examples/vhost_crypto: add multi-core support Date: Wed, 12 Sep 2018 09:25:05 +0200 Message-ID: References: <20180622123605.10241-1-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Fan Zhang , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id BC3B62E8F for ; Wed, 12 Sep 2018 09:25:08 +0200 (CEST) In-Reply-To: <20180622123605.10241-1-roy.fan.zhang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Fan, On 06/22/2018 02:36 PM, Fan Zhang wrote: > Originally vhost_crypto sample application only supports single > core. This patch adds the multi-core support with more flexible > options. > > Signed-off-by: Fan Zhang > --- > doc/guides/sample_app_ug/vhost_crypto.rst | 26 +- > examples/vhost_crypto/main.c | 480 +++++++++++++++++------------- > 2 files changed, 282 insertions(+), 224 deletions(-) > Sorry for the late review. The patch looks good to me: Reviewed-by: Maxime Coquelin Maxime