From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fan Zhang Subject: [PATCH v2 07/10] lib/librte_vhost: update version map Date: Tue, 27 Feb 2018 16:29:14 +0000 Message-ID: <20180227162917.35125-8-roy.fan.zhang@intel.com> References: <20180227162917.35125-1-roy.fan.zhang@intel.com> Cc: jianjay.zhou@huawei.com, roy.fan.zhang@intel.com, yliu@fridaylinux.org To: dev@dpdk.org Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id A0BAD4C77 for ; Tue, 27 Feb 2018 17:33:16 +0100 (CET) In-Reply-To: <20180227162917.35125-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" Signed-off-by: Fan Zhang --- lib/librte_vhost/rte_vhost_version.map | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/librte_vhost/rte_vhost_version.map b/lib/librte_vhost/rte_vhost_version.map index df0103129..e54e9d64a 100644 --- a/lib/librte_vhost/rte_vhost_version.map +++ b/lib/librte_vhost/rte_vhost_version.map @@ -59,3 +59,14 @@ DPDK_18.02 { rte_vhost_vring_call; } DPDK_17.08; + +DPDK_18.05 { + global: + + rte_vhost_crypto_create; + rte_vhost_crypto_free; + rte_vhost_crypto_set_zero_copy; + rte_vhost_crypto_fetch_requests; + rte_vhost_crypto_finalize_requests; + +} DPDK_18.02; -- 2.13.6