From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fan Zhang Subject: [RFC PATCH v2 5/7] config/common_base: add vhost_crypto configuration items Date: Thu, 2 Nov 2017 20:10:57 +0000 Message-ID: <20171102201059.2803-6-roy.fan.zhang@intel.com> References: <20171102160924.41266-1-roy.fan.zhang@intel.com> <20171102201059.2803-1-roy.fan.zhang@intel.com> Cc: yliu@fridaylinux.org, maxime.coquelin@redhat.com, jianfeng.tan@intel.com, pablo.de.lara.guarch@intel.com, zhihong.wang@intel.com, tiwei.bie@intel.com To: dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 7B6121B63A for ; Thu, 2 Nov 2017 21:10:56 +0100 (CET) In-Reply-To: <20171102201059.2803-1-roy.fan.zhang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch adds the vhost_crypto related compile configuration items to config/common_base. A new item "CONFIG_RTE_LIBRTE_VHOST_CRYPTO_DATA_QUEUE_NO_COPY" is introduced to turn on/off data queue no copy feature to vhost_crypto. This feature is in experimental level so no gurantee it would work, especially when kernel crypto framework and virtio-crypto driver are used in the frontend. Signed-off-by: Fan Zhang --- config/common_base | 1 + 1 file changed, 1 insertion(+) diff --git a/config/common_base b/config/common_base index d9471e8..79b3e3c 100644 --- a/config/common_base +++ b/config/common_base @@ -764,6 +764,7 @@ CONFIG_RTE_LIBRTE_PDUMP=y # Compile vhost user library # CONFIG_RTE_LIBRTE_VHOST=n +CONFIG_RTE_LIBRTE_VHOST_CRYPTO_DATA_QUEUE_NO_COPY=n CONFIG_RTE_LIBRTE_VHOST_NUMA=n CONFIG_RTE_LIBRTE_VHOST_DEBUG=n -- 2.9.5