build: align symbols with global ABI version
[dpdk.git] / drivers / bus / vmbus / rte_bus_vmbus_version.map
index ae231ad..cbaaebc 100644 (file)
@@ -1,6 +1,4 @@
-/* SPDX-License-Identifier: BSD-3-Clause */
-
-DPDK_18.08 {
+DPDK_20.0 {
        global:
 
        rte_vmbus_chan_close;
@@ -20,6 +18,7 @@ DPDK_18.08 {
        rte_vmbus_probe;
        rte_vmbus_register;
        rte_vmbus_scan;
+       rte_vmbus_set_latency;
        rte_vmbus_sub_channel_index;
        rte_vmbus_subchan_open;
        rte_vmbus_unmap_device;
@@ -27,10 +26,3 @@ DPDK_18.08 {
 
        local: *;
 };
-
-DPDK_18.11 {
-       global:
-
-       rte_vmbus_set_latency;
-
-} DPDK_18.08;