From 9982da4e9ee4f920c51af694ca813a69979e58e8 Mon Sep 17 00:00:00 2001 From: Michele Paolino Date: Fri, 31 May 2024 15:22:05 +0000 Subject: New adapter version: code refactoring Small code refactoring and optimizations v2: with copyright fixes Bug-AGL: SPEC-4834 Change-Id: Icaee8121f367b21bbdb874a3bc5fc327c5a1ded1 Signed-off-by: Michele Paolino --- vhost_user_loopback.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vhost_user_loopback.h') diff --git a/vhost_user_loopback.h b/vhost_user_loopback.h index 8aa7e05..4a868c6 100644 --- a/vhost_user_loopback.h +++ b/vhost_user_loopback.h @@ -120,7 +120,7 @@ struct vhost_dev { }; -#define VHOST_USER_MAX_RAM_SLOTS 8 +#define VHOST_USER_MAX_RAM_SLOTS 16 typedef uint64_t ram_addr_t; typedef struct RAMBlock RAMBlock; @@ -912,8 +912,6 @@ bool vu_queue_avail_bytes(VuDev *dev, VuVirtq *vq, unsigned int in_bytes, bool vhost_user_one_time_request(VhostUserRequest request); void vmsg_close_fds(VhostUserMsg *vmsg); -bool vu_message_write(int conn_fd, VhostUserMsg *vmsg); -bool vu_message_read(int conn_fd, VhostUserMsg *vmsg); int vhost_user_set_owner(void); int process_message_reply(const VhostUserMsg *msg); int vhost_user_get_u64(int request, uint64_t *u64); -- cgit