From 7c56b4ab66bab75f629900a1d59d8cae7745525e Mon Sep 17 00:00:00 2001 From: Timos Ampelikiotis Date: Tue, 3 Dec 2024 10:27:24 +0200 Subject: Update virtio-loopback adapter - notification / interrupt mechanisms Updates: - Notification mechanism update: - The adapter passes the vqs' eventfds to the driver. In this way, the driver will by-pass the adapter for delivering notifications to the vhost-user device during the data exchange process. - Interrupt mechanism - Simplify the conditions for when an interrupt should be delivered to the driver. Change-Id: Ice0dbe0165b275f70bd390bc1e1e22184b3fa94e Signed-off-by: Timos Ampelikiotis --- include/vhost_loopback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vhost_loopback.h') diff --git a/include/vhost_loopback.h b/include/vhost_loopback.h index 198a5af..d752569 100644 --- a/include/vhost_loopback.h +++ b/include/vhost_loopback.h @@ -1,7 +1,7 @@ /* * Based on vhost.h of QEMU project * - * Copyright 2022-2023 Virtual Open Systems SAS. + * Copyright 2022-2024 Virtual Open Systems SAS. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit