aboutgitcodebugslistschat
path: root/vhost_user.h
diff options
context:
space:
mode:
authorLaurent Vivier <lvivier@redhat.com>2024-01-19 13:18:31 +0100
committerLaurent Vivier <lvivier@redhat.com>2024-03-12 13:58:47 +0100
commit60e35ab2bd11b9960f3e9430fe4b259aa3d6c764 (patch)
treeaa53b62f0decab8ce66cece51d2acb560b34f2ad /vhost_user.h
parent95aebad0a44f6a21d67f1354fd25de052a827f01 (diff)
downloadpasst-60e35ab2bd11b9960f3e9430fe4b259aa3d6c764.tar
passt-60e35ab2bd11b9960f3e9430fe4b259aa3d6c764.tar.gz
passt-60e35ab2bd11b9960f3e9430fe4b259aa3d6c764.tar.bz2
passt-60e35ab2bd11b9960f3e9430fe4b259aa3d6c764.tar.lz
passt-60e35ab2bd11b9960f3e9430fe4b259aa3d6c764.tar.xz
passt-60e35ab2bd11b9960f3e9430fe4b259aa3d6c764.tar.zst
passt-60e35ab2bd11b9960f3e9430fe4b259aa3d6c764.zip
vhost-user: remove tap_send_frames_vu()vhost-user
As TCP and UDP use now directly vhost-user we don't need this function anymore. Other protocols (ICMP, ARP, DHCP, ...) use tap_send()/vu_send() Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Diffstat (limited to 'vhost_user.h')
-rw-r--r--vhost_user.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vhost_user.h b/vhost_user.h
index 25f0b61..44678dd 100644
--- a/vhost_user.h
+++ b/vhost_user.h
@@ -129,8 +129,6 @@ static inline bool vu_queue_started(const VuVirtq *vq)
return vq->started;
}
-size_t tap_send_frames_vu(const struct ctx *c, const struct iovec *iov,
- size_t n);
int vu_send(const struct ctx *c, const void *data, size_t len);
void vu_print_capabilities(void);
void vu_init(struct ctx *c);