From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] examples/vhost_crypto: add multi-core support Date: Thu, 13 Sep 2018 10:37:42 +0200 Message-ID: <327dcbd7-f1ae-95f8-78aa-0f30dedae6a9@redhat.com> 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 (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id C5E904C92 for ; Thu, 13 Sep 2018 10:37:46 +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" 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(-) > Applied to dpdk-next-virtio/master. Thanks, Maxime