Logo
Explore Help
Sign In
dasharo/linux
0
0
Fork 0
You've already forked linux
mirror of https://github.com/Dasharo/linux.git synced 2026-03-06 15:25:10 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
94dea151bf3651c01acb12a38ca75ba9d26ea4da
linux/tools/virtio/ringtest/README

7 lines
177 B
Plaintext
Raw Normal View History

tools/virtio: add ringtest utilities This adds micro-benchmarks useful for tuning virtio ring layouts. Three layouts are currently implemented: - virtio 0.9 compatible one - an experimental extension bypassing the ring index, polling ring itself instead - an experimental extension bypassing avail and used ring completely Typical use: sh run-on-all.sh perf stat -r 10 --log-fd 1 -- ./ring It doesn't depend on the kernel directly, but it's handy to have as much virtio stuff as possible in one tree. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2016-01-21 14:44:10 +02:00
Partial implementation of various ring layouts, useful to tune virtio design.
Uses shared memory heavily.
tools/virtio/ringtest: add usage example to README Having typical usage example in the README file is more convinient than in the git history... Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2016-05-04 09:12:55 +03:00
Typical use:
# sh run-on-all.sh perf stat -r 10 --log-fd 1 -- ./ring
Reference in New Issue Copy Permalink
Powered by Gitea Page: 786ms Template: 7ms
English
English
Licenses API