From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v7 7/8] examples/vhost_crypto: add vhost crypto sample application Date: Mon, 16 Apr 2018 09:27:45 +0200 Message-ID: References: <20180404142504.31836-1-roy.fan.zhang@intel.com> <20180405160137.56413-8-roy.fan.zhang@intel.com> <1845545.r90AWaGVlL@xps> <1635741.7WSiDOFoul@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, jianjay.zhou@huawei.com, jianfeng.tan@intel.com, pawelx.wodkowski@intel.com To: Thomas Monjalon , Fan Zhang , ferruh.yigit@intel.com Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 5A66B1B1B9 for ; Mon, 16 Apr 2018 09:27:50 +0200 (CEST) In-Reply-To: <1635741.7WSiDOFoul@xps> 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 04/15/2018 07:35 PM, Thomas Monjalon wrote: > 15/04/2018 16:34, Thomas Monjalon: >> Hi, >> >> 05/04/2018 18:01, Fan Zhang: >>> This patch adds vhost_crypto sample application to DPDK. >>> >>> Signed-off-by: Fan Zhang >>> --- >>> examples/vhost_crypto/Makefile | 32 +++ >>> examples/vhost_crypto/main.c | 541 ++++++++++++++++++++++++++++++++++++++ >>> examples/vhost_crypto/meson.build | 14 + >>> 3 files changed, 587 insertions(+) >> >> There are 3 misses: >> >> - not in examples/Makefile >> - not in MAINTAINERS >> - no documentation in doc/guides/sample_app_ug/ >> >> It won't be accepted in master as-is. > > The doc is (curiously) in the next patch. I will move it here. > I will also fix the Makefile and the MAINTAINERS file: > > ifeq ($(CONFIG_RTE_LIBRTE_CRYPTODEV),y) > DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += vhost_crypto > endif > > Vhost-user > M: Maxime Coquelin > M: Jianfeng Tan > T: git://dpdk.org/next/dpdk-next-virtio > F: lib/librte_vhost/ > [...] > F: examples/vhost_crypto/ > > > Ferruh, Maxime, I hope you agree with this last-minute fix. > > Agreed. thanks. Maxime