diff options
author | Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com> | 2024-12-03 10:27:24 +0200 |
---|---|---|
committer | Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com> | 2024-12-03 10:48:12 +0200 |
commit | 7c56b4ab66bab75f629900a1d59d8cae7745525e (patch) | |
tree | aad61bfcdf60d61658b20ec7e68e6bceeeab5fd9 /include/vhost_user_console.h | |
parent | 266db2473316eb02c6c9d12c14ae2b917fda5d2c (diff) |
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 <t.ampelikiotis@virtualopensystems.com>
Diffstat (limited to 'include/vhost_user_console.h')
-rw-r--r-- | include/vhost_user_console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vhost_user_console.h b/include/vhost_user_console.h index 9f0eed8..51df071 100644 --- a/include/vhost_user_console.h +++ b/include/vhost_user_console.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Virtual Open Systems SAS. + * Copyright (c) 2023-2024 Virtual Open Systems SAS. * * This work is licensed under the terms of the GNU GPL, version 2 or * (at your option) any later version. See the COPYING file in the |