rte_vdpa_relay_vring_used() is an internal symbol which was left behind in the application header when doing the application vs driver API split.
Fixes: a49f758d1170 ("vhost: split vDPA header file") Signed-off-by: David Marchand <david.march...@redhat.com> --- lib/vhost/rte_vdpa.h | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/lib/vhost/rte_vdpa.h b/lib/vhost/rte_vdpa.h index 18e273c20f..3a7755d82d 100644 --- a/lib/vhost/rte_vdpa.h +++ b/lib/vhost/rte_vdpa.h @@ -108,23 +108,6 @@ rte_vdpa_get_features(struct rte_vdpa_device *dev, uint64_t *features); int rte_vdpa_get_protocol_features(struct rte_vdpa_device *dev, uint64_t *features); -/** - * Synchronize the used ring from mediated ring to guest, log dirty - * page for each writeable buffer, caller should handle the used - * ring logging before device stop. - * - * @param vid - * vhost device id - * @param qid - * vhost queue id - * @param vring_m - * mediated virtio ring pointer - * @return - * number of synced used entries on success, -1 on failure - */ -int -rte_vdpa_relay_vring_used(int vid, uint16_t qid, void *vring_m); - /** * Retrieve names of statistics of a vDPA device. * -- 2.46.2