diff options
author | 2023-03-17 14:59:49 +0100 | |
---|---|---|
committer | 2023-10-03 15:18:54 +0300 | |
commit | 75dbf6ff44fc7f499f401265703d4bca5aaf3a79 (patch) | |
tree | c46aa78e02026d26708afb6451890ba13dbfea2f /vhost_user_loopback.c | |
parent | 7dc0d72ab800c9d65d44cc3ba41f2bc3083c1d48 (diff) |
Update/Polish virtio-loopback-adapter Delta release:
- Add new ioctl for sharing communication shared struct
- Remove old ioctls and comments
Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
Diffstat (limited to 'vhost_user_loopback.c')
-rw-r--r-- | vhost_user_loopback.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vhost_user_loopback.c b/vhost_user_loopback.c index 91e2efb..bf5c8da 100644 --- a/vhost_user_loopback.c +++ b/vhost_user_loopback.c @@ -1273,8 +1273,6 @@ void find_add_new_reg(struct vhost_dev *dev) int sglist_elem_num; int i; - (void)ioctl(loopback_fd, BARRIER); - DBG("Total nvqs: %d\n", dev->nvqs); for (int i = 0; i < dev->nvqs; i++) { |