]> git.baikalelectronics.ru Git - uboot.git/commit
dm: test: virtio: Test the virtio ring
authorAndrew Scull <ascull@google.com>
Mon, 16 May 2022 10:41:33 +0000 (10:41 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jun 2022 13:24:03 +0000 (09:24 -0400)
commit5bd9d2ac3bb2749d9f33335a482c56c932b1ca45
treeeb8f1f67c9d589967ea7169db3b7ce5e5c556c39
parent8d153a3a4b4ddb0aa2856f52d641df38f54c7b9f
dm: test: virtio: Test the virtio ring

The virtio ring is the basis of virtio communication. Test its basic
functionality and its resilience against corruption from the device.

Signed-off-by: Andrew Scull <ascull@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/dm/virtio.c