Skip to content
Snippets Groups Projects
Commit f61e2894 authored by Timos Ampelikiotis's avatar Timos Ampelikiotis
Browse files

Update virtio-loopback module and adapter - priority feature


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: default avatarTimos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
parent a0fe3c67
No related branches found
No related tags found
No related merge requests found
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}"
......
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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment