diff options
author | Pierre Pfister <ppfister@cisco.com> | 2016-12-15 10:36:59 +0000 |
---|---|---|
committer | Pierre Pfister <ppfister@cisco.com> | 2016-12-15 10:36:59 +0000 |
commit | ba114e80c7a24df85be85c1fa879b2a5230999a5 (patch) | |
tree | 94af5ac266f75dfc87df3daa5eb64da95f658dbf /vhost-test/conf.sh.default | |
parent | 9e859fae4821239f1ba7ebf894998cab974fd5c3 (diff) |
vhost-test: Feature addition to the vhost testing script
This patch adds:
- Support for custom virtio queue size.
Patching qemu is required when a size other than 256.
- Add/Del more vhost interfaces (limited to 1 VM though)
- Start/Stop the VM at runtime
Change-Id: Ie8410fd8dd9a7d22a7278dae4a898e66c7d3be5a
Signed-off-by: Pierre Pfister <ppfister@cisco.com>
Diffstat (limited to 'vhost-test/conf.sh.default')
-rw-r--r-- | vhost-test/conf.sh.default | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vhost-test/conf.sh.default b/vhost-test/conf.sh.default index b3870d8..fd880d1 100644 --- a/vhost-test/conf.sh.default +++ b/vhost-test/conf.sh.default @@ -56,3 +56,7 @@ VM_VMLINUZ="/boot/vmlinuz-$(uname -r)" # to the running VM VM_USERNAME="$USER" +# Set custom queue size (default is 256). +# Setting a different value (512 or 1024) requires a patched qemu. +VIRTIO_QSZ="256" + |