test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [DTS][PATCH 1/4] virt: dpdk vhost plus virtio iperf config
@ 2015-12-23 10:04 Jingguo Fu
  2015-12-23 10:04 ` [dts] [DTS][PATCH 2/4] virt: add copy file from virt guest Jingguo Fu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jingguo Fu @ 2015-12-23 10:04 UTC (permalink / raw)
  To: dts; +Cc: Jingguo Fu

Signed-off-by: Jingguo Fu <jingguox.fu@intel.com>
---
 conf/virtio_iperf.cfg | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 conf/virtio_iperf.cfg

diff --git a/conf/virtio_iperf.cfg b/conf/virtio_iperf.cfg
new file mode 100644
index 0000000..e005185
--- /dev/null
+++ b/conf/virtio_iperf.cfg
@@ -0,0 +1,32 @@
+# vm configuration for vhost sample case
+[vm0]
+cpu =
+    model=host,number=2,cpupin=14 15;
+mem =
+    size=2048,hugepage=yes;
+disk =
+    file=/home/img/vm0.img; 
+login =
+    user=root,password=tester;
+vnc = 
+    displayNum=4;
+daemon =
+    enable=yes;
+qemu =
+    path=/usr/local/qemu-2.4.0/x86_64-softmmu/qemu-system-x86_64;
+#
+[vm1]
+cpu =
+    model=host,number=2,cpupin=16 17;
+mem =
+    size=2048,hugepage=yes;
+disk =
+    file=/home/img/vm1.img;
+login =
+    user=root,password=tester;
+vnc = 
+    displayNum=5;
+daemon =
+    enable=yes;
+qemu =
+    path=/usr/local/qemu-2.4.0/x86_64-softmmu/qemu-system-x86_64;
-- 
2.1.0

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

end of thread, other threads:[~2016-01-14  2:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-23 10:04 [dts] [DTS][PATCH 1/4] virt: dpdk vhost plus virtio iperf config Jingguo Fu
2015-12-23 10:04 ` [dts] [DTS][PATCH 2/4] virt: add copy file from virt guest Jingguo Fu
2015-12-23 10:04 ` [dts] [DTS][PATCH 3/4] virt: qemu kvm init for two vms scenario Jingguo Fu
2015-12-23 10:04 ` [dts] [DTS][PATCH 4/4] virt: add dpdk vhost virtio iperf test cases Jingguo Fu
2016-01-07  2:59   ` Xu, Qian Q
2016-01-14  2:45     ` Fu, JingguoX
2016-01-14  2:49       ` Xu, Qian Q

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).