Update virtio-loopback module and adapter - priority feature 98/30698/2 19.90.0 trout/19.90.0 trout_19.90.0
authorTimos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
Fri, 20 Dec 2024 10:07:02 +0000 (12:07 +0200)
committerTimos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
Wed, 15 Jan 2025 12:48:01 +0000 (14:48 +0200)
Updates [v2]
Separate the license files for virtio-loopback module
and adapter projects.

Updates [v1]
Add priority support for virtio devices handled by
virtio-loopback architecture. The new feature enables
virtio-loopback to prioritize requests (notification
and interrupts) coming from different virtio devices
based on a Round Robin scheduling algorithm and groups.

Bug-AGL: SPEC-4966

Change-Id: I5fbac8eebeccecd13968b03087e90540ee0d4615
Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
meta-egvirt/recipes-kernel/kernel-module-virtio-loopback/virtio-loopback-driver_git.bb
meta-egvirt/recipes-virtioloopback/virtio-loopback-adapter/virtio-loopback-adapter.bb

index ba0f7e2..86e82b4 100644 (file)
@@ -1,13 +1,13 @@
 SUMMARY = "Virtio-loopback driver"
 DESCRIPTION = "Virtio-Loopback kernel driver"
 LICENSE = "GPL-2.0-or-later"
-LIC_FILES_CHKSUM = "file://README.md;md5=a504d51f03528972061035344480790b"
+LIC_FILES_CHKSUM = "file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce"
 
 inherit module
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/virtio/virtio-loopback-driver.git;protocol=http;branch=${AGL_BRANCH}"
 
-SRCREV = "8948c9808eded80772de98cd4e8dd0cc71fdbe17"
+SRCREV = "6dbaa892941dcb7cde05094f29425bc0533a579c"
 
 S = "${WORKDIR}/git"
 UNPACKDIR = "${S}"
index 556e685..a9391cc 100644 (file)
@@ -1,11 +1,11 @@
 SUMMARY = "Virtio-loopback-adapter application"
 DESCRIPTION = "Adapter bridge for virtio-loopback"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://README.md;md5=ecc9c54ada6f0c33054d3bde010744f7"
+LICENSE = "GPL-2.0-or-later"
+LIC_FILES_CHKSUM = "file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce"
 
 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-${PV}:"
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/virtio/virtio-loopback-adapter;protocol=http;branch=${AGL_BRANCH}"
-SRCREV = "5d3c11bfab25ba6ffc37182df25c82d23dfcfb36"
+SRCREV = "4bf3f656b9d58b4b99f6ddbe5ca27f4a39876ed0"
 
 S = "${WORKDIR}/git"
 TARGET_CC_ARCH += "${LDFLAGS}"