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_can.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_can.h')
-rw-r--r-- | include/vhost_user_can.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vhost_user_can.h b/include/vhost_user_can.h index 4768499..ce64f6d 100644 --- a/include/vhost_user_can.h +++ b/include/vhost_user_can.h @@ -5,7 +5,7 @@ * https://github.com/OpenSynergy/qemu/tree/virtio-can-spec-rfc-v3 * * Copyright (C) 2021-2023 OpenSynergy GmbH - * Copyright (c) 2023 Virtual Open Systems SAS. + * Copyright (c) 2023-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 |