test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH v2 0/5]Add vhost-user and vhost-cuse one vm sample case
@ 2015-07-13  6:59 Qian Xu
  2015-07-13  6:59 ` [dts] [PATCH v2 1/5] add vhost-cuse implementations for virtio pci device Qian Xu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Qian Xu @ 2015-07-13  6:59 UTC (permalink / raw)
  To: dts

This patchset will enable vhost-user and vhost-cuse sample one-vm performance ca     ses based on the virtualization framework. The vhost-user's implementation is ba     sed on vhost user socket, while the vhost-cuse is via IOCTL messages.
The patchset includes below things:
1. Vhost-user sample automation has 4 cases: one VM with dpdk fwd, one VM with d     pdk fwd with jumboframe enabled, one VM with legacy fwd, one VM with legacy fwd      with jumboframe enabled.
2. Vhost-cuse sample automation has similar 4 cases as above.
3. The required qemu version fo vhost-user is >=qemu2.2
4. The one-vm has 2 virtio, and the vhost has binded to one physical port.
5. update qemu_kvm.py to support vhost-cuse.
6. vhost_cuse_sample.cfg and vhost_sample.cfg are the config file for references     .

v2 changes:
1. Remove unnecessary codes and debug codes.
2. use pep8 to align the codes format.
3. minor update about the core numbers of vhost usage. Set 1S/3C/1T as default core setting for vhost to get best perf.
4. change the vm core numbers to 2cores in the config files.


Qian Xu (5):
  add vhost-cuse implementations for virtio pci device
  add vhost-cuse sample config file for reference
  add vhost-user sample config file for reference
  add vhost-cuse one vm sample
  add vhost-user one vm sample test

 conf/vhost_cuse_sample.cfg           |  14 ++
 conf/vhost_sample.cfg                |  14 ++
 framework/qemu_kvm.py                |  22 +-
 tests/TestSuite_vhost_cuse_sample.py | 455 +++++++++++++++++++++++++++++++++++
 tests/TestSuite_vhost_sample.py      | 428 ++++++++++++++++++++++++++++++++
 5 files changed, 932 insertions(+), 1 deletion(-)
 create mode 100644 conf/vhost_cuse_sample.cfg
 create mode 100644 conf/vhost_sample.cfg
 create mode 100644 tests/TestSuite_vhost_cuse_sample.py
 create mode 100644 tests/TestSuite_vhost_sample.py

-- 
2.1.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-07-13  7:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-13  6:59 [dts] [PATCH v2 0/5]Add vhost-user and vhost-cuse one vm sample case Qian Xu
2015-07-13  6:59 ` [dts] [PATCH v2 1/5] add vhost-cuse implementations for virtio pci device Qian Xu
2015-07-13  6:59 ` [dts] [PATCH v2 2/5] add vhost-cuse sample config file for reference Qian Xu
2015-07-13  6:59 ` [dts] [PATCH v2 3/5] add vhost-user " Qian Xu
2015-07-13  6:59 ` [dts] [PATCH v2 4/5] add vhost-cuse one vm sample Qian Xu
2015-07-13  6:59 ` [dts] [PATCH v2 5/5] add vhost-user one vm sample test Qian Xu
2015-07-13  7:58 ` [dts] [PATCH v2 0/5]Add vhost-user and vhost-cuse one vm sample case Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).