aboutsummaryrefslogtreecommitdiffstats
path: root/loopback_driver.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-11Fix kernel driver to compile with 5.10 and 5.15Michele Paolino1-7/+8
fcheck_files replace with files_lookup_fd_rcu in kernels > 5.11 and code cleaning. This is going to fix part of the virtio-loopback issues found in patchset 29407. Bug-AGL: SPEC-4834 Change-Id: I66ef985df68bcb02222489eb0de7b71c048fbb20 Signed-off-by: Michele Paolino <m.paolino@virtualopensystems.com>
2023-11-29Add conditional build for kernels after 5.11Angelos Mouzakitis1-0/+4
The function fcheck_files() is replaced by files_lookup_fd_rcu() on kernel version > 5.11.0 Bug-AGL: SPEC-4834 Change-Id: Ie4adb383252a35066d1ed3be1caad29883503af5 Signed-off-by: Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com>
2023-11-29[Update] Send remaining notifications to the adapterAngelos Mouzakitis1-57/+42
Add a while loop which sends any notification remaining in the queue Bug-AGL: SPEC-4834 Change-Id: I6515752569d4be67bd388dd51899f8566b1cb14f Signed-off-by: Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com>
2023-11-09Add the virtio-loopback-driver and .gitreview fileAngelos Mouzakitis1-0/+1374
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>