From 60e35ab2bd11b9960f3e9430fe4b259aa3d6c764 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Fri, 19 Jan 2024 13:18:31 +0100 Subject: vhost-user: remove tap_send_frames_vu() 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 --- vhost_user.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vhost_user.h') 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); -- cgit v1.2.3