X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fvhost%2Fversion.map;h=a7ef7f19764606da009cbaccaf2d96648789a42d;hb=6e858b4d9244cf53505589673755ab18ac2a4a83;hp=c8599ddb97ccfb8c8eeb2833f924999da72b139e;hpb=34fd4373ce76efd0236e59397c495762c2ec9e64;p=dpdk.git diff --git a/lib/vhost/version.map b/lib/vhost/version.map index c8599ddb97..a7ef7f1976 100644 --- a/lib/vhost/version.map +++ b/lib/vhost/version.map @@ -8,10 +8,7 @@ DPDK_22 { rte_vdpa_get_rte_device; rte_vdpa_get_stats; rte_vdpa_get_stats_names; - rte_vdpa_register_device; - rte_vdpa_relay_vring_used; rte_vdpa_reset_stats; - rte_vdpa_unregister_device; rte_vhost_avail_entries; rte_vhost_clr_inflight_desc_packed; rte_vhost_clr_inflight_desc_split; @@ -52,7 +49,6 @@ DPDK_22 { rte_vhost_get_vring_base_from_inflight; rte_vhost_get_vring_num; rte_vhost_gpa_to_vva; - rte_vhost_host_notifier_ctrl; rte_vhost_log_used_vring; rte_vhost_log_write; rte_vhost_rx_queue_count; @@ -89,3 +85,12 @@ EXPERIMENTAL { # added in 21.11 rte_vhost_get_monitor_addr; }; + +INTERNAL { + global; + + rte_vdpa_register_device; + rte_vdpa_relay_vring_used; + rte_vdpa_unregister_device; + rte_vhost_host_notifier_ctrl; +};