aboutsummaryrefslogtreecommitdiffstats
path: root/vhost-test/vhost.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-12-15vhost-test: Feature addition to the vhost testing scriptPierre Pfister1-83/+217
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>
2016-11-04Adding CPU jitter elimination tricksPierre Pfister1-0/+26
Change-Id: I70bc1f5cff21ecbba734fa44cd2d94a1e5be8e9a Signed-off-by: Pierre Pfister <ppfister@cisco.com>
2016-11-02vhost-test: Initial commit with first draftPierre Pfister1-0/+541
This is a first version for what intends to become some reference scripts to test vpp and vhost performances. The goal of this effort is to: - Give testers a reference script that they can run on their own device. - Give user a reference configuration that they should try to replicate. Change-Id: I810565a9000e79ea908c390a5527e7ccd9e05351 Signed-off-by: Pierre Pfister <ppfister@cisco.com>