acl: fix rules with 8-byte field size
[dpdk.git] / lib / vhost / version.map
index 1202ba9..5841315 100644 (file)
@@ -87,10 +87,14 @@ EXPERIMENTAL {
 
        # added in 22.03
        rte_vhost_async_dma_configure;
+
+       # added in 22.07
+       rte_vhost_async_get_inflight_thread_unsafe;
+
 };
 
 INTERNAL {
-       global;
+       global:
 
        rte_vdpa_register_device;
        rte_vdpa_relay_vring_used;