• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..18-Apr-2025-

.gitignore A D18-Apr-2025120 87

Makefile A D18-Apr-2025963 3226

README A D18-Apr-2025177 74

main.c A D18-Apr-20256.4 KiB392344

main.h A D18-Apr-20254.7 KiB209155

noring.c A D18-Apr-2025971 7350

ptr_ring.c A D18-Apr-20253.5 KiB210159

ring.c A D18-Apr-20255.8 KiB271172

run-on-all.sh A D18-Apr-2025670 2716

virtio_ring_0_9.c A D18-Apr-20257 KiB334240

virtio_ring_inorder.c A D18-Apr-202547 32

virtio_ring_poll.c A D18-Apr-202549 32

README

1Partial implementation of various ring layouts, useful to tune virtio design.
2Uses shared memory heavily.
3
4Typical use:
5
6# sh run-on-all.sh perf stat -r 10 --log-fd 1 -- ./ring
7