[dpdk-dev] [PATCH v3 2/2] vhost: version map file update

Huawei Xie huawei.xie at intel.com
Thu Jun 18 19:41:00 CEST 2015


update version map file for rte_vhost_driver_unregister API

v3 changes:
update version map file

Signed-off-by: Huawei Xie <huawei.xie at intel.com>
---
 lib/librte_vhost/rte_vhost_version.map | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/lib/librte_vhost/rte_vhost_version.map b/lib/librte_vhost/rte_vhost_version.map
index 163dde0..fb6bb9e 100644
--- a/lib/librte_vhost/rte_vhost_version.map
+++ b/lib/librte_vhost/rte_vhost_version.map
@@ -13,3 +13,11 @@ DPDK_2.0 {
 
 	local: *;
 };
+
+DPDK_2.1 {
+	global:
+
+	rte_vhost_driver_unregister;
+
+	local: *;
+} DPDK_2.0;
-- 
1.8.1.4



More information about the dev mailing list