1
0
Fork 0
alistair23-linux/tools/virtio/ringtest
Michael S. Tsirkin c8f06a0668 ptr_ring: fix build
Fixes after recent use of kvmalloc

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2018-03-20 03:17:37 +02:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
README tools/virtio/ringtest: add usage example to README 2016-06-06 13:00:11 +03:00
main.c ringtest: support test specific parameters 2017-05-09 16:43:23 +03:00
main.h tools/virtio: fix smp_mb on x86 2018-01-29 12:02:55 -05:00
noring.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ptr_ring.c ptr_ring: fix build 2018-03-20 03:17:37 +02:00
ring.c ringtest: ring.c malloc & memset to calloc 2018-02-01 16:26:46 +02:00
run-on-all.sh License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
virtio_ring_0_9.c virtio/ringtest: virtio_ring: fix up need_event math 2018-01-31 01:47:36 +02:00
virtio_ring_inorder.c virtio: add inorder option 2016-05-22 19:44:12 +03:00
virtio_ring_poll.c tools/virtio: add ringtest utilities 2016-01-26 10:18:30 +02:00

README

Partial implementation of various ring layouts, useful to tune virtio design.
Uses shared memory heavily.

Typical use:

# sh run-on-all.sh perf stat -r 10 --log-fd 1 -- ./ring