mk: use -march option with recent Intel processors names
[dpdk.git] / lib / librte_vhost / rte_vhost_version.map
index 163dde0..5ceaa8a 100644 (file)
@@ -13,3 +13,20 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_2.1 {
+       global:
+
+       rte_vhost_driver_unregister;
+
+} DPDK_2.0;
+
+DPDK_16.07 {
+       global:
+
+       rte_vhost_avail_entries;
+       rte_vhost_get_ifname;
+       rte_vhost_get_numa_node;
+       rte_vhost_get_queue_num;
+
+} DPDK_2.1;