X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_vhost%2Fvdpa.c;h=8e45ce9f8cf210adae29fbf25e571c727a66a50b;hb=a70ed3884104df68d28105c8ebc1fb86ae1a6248;hp=24a6698e91861d43d137bf0137c3dc49f1327916;hpb=084fac96ca0331f2646002c302f389415fef69e2;p=dpdk.git diff --git a/lib/librte_vhost/vdpa.c b/lib/librte_vhost/vdpa.c index 24a6698e91..8e45ce9f8c 100644 --- a/lib/librte_vhost/vdpa.c +++ b/lib/librte_vhost/vdpa.c @@ -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);