diff options
author | 2024-12-03 10:27:24 +0200 | |
---|---|---|
committer | 2024-12-03 10:48:12 +0200 | |
commit | 7c56b4ab66bab75f629900a1d59d8cae7745525e (patch) | |
tree | aad61bfcdf60d61658b20ec7e68e6bceeeab5fd9 /include/adapter.h | |
parent | 266db2473316eb02c6c9d12c14ae2b917fda5d2c (diff) |
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 <t.ampelikiotis@virtualopensystems.com>
Diffstat (limited to 'include/adapter.h')
-rw-r--r-- | include/adapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/adapter.h b/include/adapter.h index 601ed23..590a0ab 100644 --- a/include/adapter.h +++ b/include/adapter.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2022-2023 Virtual Open Systems SAS. + * Copyright (c) 2022-2024 Virtual Open Systems SAS. * * Author: * Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com> |