From: Qian Xu <qian.q.xu@intel.com>
To: dts@dpdk.org
Subject: [dts] [PATCH 0/5]Add vhost-user and vhost-cuse one vm sample case
Date: Mon, 13 Jul 2015 09:14:05 +0800 [thread overview]
Message-ID: <1436750050-2479-1-git-send-email-qian.q.xu@intel.com> (raw)
This patchset will enable vhost-user and vhost-cuse sample one-vm performance cases based on the virtualization framework. The vhost-user's implementation is based 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 dpdk 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.
Qian Xu (5):
add vhost-cuse implementations for virtio pci device
add vhost-cuse sample config file for reference
add the vhost-user sample config file for reference
add vhost-cuse one vm sample
add vhost-user one vm sample case
conf/vhost_cuse_sample.cfg | 14 ++
conf/vhost_sample.cfg | 14 ++
framework/qemu_kvm.py | 23 +-
tests/TestSuite_vhost_cuse_sample.py | 415 +++++++++++++++++++++++++++++++++++
tests/TestSuite_vhost_sample.py | 398 +++++++++++++++++++++++++++++++++
5 files changed, 863 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
next reply other threads:[~2015-07-13 1:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-13 1:14 Qian Xu [this message]
2015-07-13 1:14 ` [dts] [PATCH 1/5] add vhost-cuse implementations for virtio pci device Qian Xu
2015-07-13 1:17 ` Liu, Yong
2015-07-13 1:18 ` Xu, Qian Q
2015-07-13 1:26 ` Liu, Yong
2015-07-13 1:14 ` [dts] [PATCH 2/5] add vhost-cuse sample config file for reference Qian Xu
2015-07-13 1:14 ` [dts] [PATCH 3/5] add the vhost-user " Qian Xu
2015-07-13 1:14 ` [dts] [PATCH 4/5] add vhost-cuse one vm sample Qian Xu
2015-07-13 1:19 ` Liu, Yong
2015-07-13 1:14 ` [dts] [PATCH 5/5] add vhost-user one vm sample case Qian Xu
2015-07-13 1:25 ` Liu, Yong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436750050-2479-1-git-send-email-qian.q.xu@intel.com \
--to=qian.q.xu@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).