]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/vdpa.c
remove experimental tags from all symbol definitions
[dpdk.git] / lib / librte_vhost / vdpa.c
index e91548843257e97eec30b3a4458ae5591c3f4aac..8e45ce9f8cf210adae29fbf25e571c727a66a50b 100644 (file)
@@ -126,7 +126,7 @@ rte_vdpa_get_device_num(void)
        return vdpa_device_num;
 }
 
-int __rte_experimental
+int
 rte_vdpa_relay_vring_used(int vid, uint16_t qid, void *vring_m)
 {
        struct virtio_net *dev = get_device(vid);
@@ -181,7 +181,7 @@ rte_vdpa_relay_vring_used(int vid, uint16_t qid, void *vring_m)
                                return -1;
 
                        if (unlikely(dlen < vq->desc[desc_id].len)) {
-                               idesc = alloc_copy_ind_table(dev, vq,
+                               idesc = vhost_alloc_copy_ind_table(dev, vq,
                                                vq->desc[desc_id].addr,
                                                vq->desc[desc_id].len);
                                if (unlikely(!idesc))