From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 7/8] examples/vhost_crypto: add vhost crypto sample application Date: Sun, 15 Apr 2018 19:35:14 +0200 Message-ID: <1635741.7WSiDOFoul@xps> References: <20180404142504.31836-1-roy.fan.zhang@intel.com> <20180405160137.56413-8-roy.fan.zhang@intel.com> <1845545.r90AWaGVlL@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jianjay.zhou@huawei.com, jianfeng.tan@intel.com, pawelx.wodkowski@intel.com To: Fan Zhang , ferruh.yigit@intel.com, maxime.coquelin@redhat.com Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 0B9C11B3CF for ; Sun, 15 Apr 2018 19:35:22 +0200 (CEST) In-Reply-To: <1845545.r90AWaGVlL@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.