aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2025-01-15Virtio-loopback: Add separate license fileHEADtrout_19.90.0trout/19.90.019.90.0masterTimos Ampelikiotis1-0/+5
Bug-AGL: SPEC-4834 Change-Id: Ib5f179ccb3ccf2cbea6f7d2bf8d9e28942f249e2 Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
2024-12-03Update virtio-loopback driver - notification mechanismTimos Ampelikiotis1-2/+2
Updates: - README file - Notification mechanism: - Notifications triggered by virtio devices by-pass adapter application and are delivered directly to the vhost-user devices - Fix coding style Change-Id: I4b03f1c19dd527ad08bee80b5d515dcbd3b1c485 Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
2024-09-06virtio-loopback-driver - multi-device supportTimos Ampelikiotis1-5/+9
Updates [v1]: - The driver to handle multiple adapter instances. - The source code is restructured and splitted into: "virtio_loopback_driver.c" and "virtio_loopback_device.c". - Notification mechanism is based on workqueues Updates [v2]: - Update module final name to 'virtio_loopback' - Update the README file, add tested platforms - Fix indents, typos Bug-AGL: SPEC-4834 Change-Id: Ifef4cb222652c3e8584849d257d84abc7c7ba1b5 Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
2023-11-09Add the virtio-loopback-driver and .gitreview fileAngelos Mouzakitis1-0/+16
The virtio-loopback-driver is part of the Virtio Loopback architecture detailed in the following link: https://git.virtualopensystems.com/virtio-loopback/docs Change-Id: I4828f903f025966624396632a76a2debf6f958d4 Signed-off-by: Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com>