test suite reviews and discussions
 help / color / mirror / Atom feed
From: Xiao Qimai <qimaix.xiao@intel.com>
To: dts@dpdk.org
Cc: Xiao Qimai <qimaix.xiao@intel.com>
Subject: [dts] [PATCH V1 2/2] add new config file for vhost_event_idx_interrupt
Date: Thu, 27 Feb 2020 17:48:00 +0800	[thread overview]
Message-ID: <1582796880-27905-2-git-send-email-qimaix.xiao@intel.com> (raw)
In-Reply-To: <1582796880-27905-1-git-send-email-qimaix.xiao@intel.com>

Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
---
 conf/vhost_event_idx_interrupt.cfg | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 conf/vhost_event_idx_interrupt.cfg

diff --git a/conf/vhost_event_idx_interrupt.cfg b/conf/vhost_event_idx_interrupt.cfg
new file mode 100644
index 0000000..39a5f11
--- /dev/null
+++ b/conf/vhost_event_idx_interrupt.cfg
@@ -0,0 +1,36 @@
+[vm0]
+cpu =
+    model=host,number=8,cpupin=52 53 54 55;
+mem =
+    size=4096,hugepage=yes;
+disk =
+    file=/home/image/ubuntu1910.img;
+login =
+    user=root,password=tester;
+vnc =
+    displayNum=4;
+net =
+   type=user,opt_vlan=2;
+   type=nic,opt_vlan=2;
+daemon =
+    enable=yes;
+qemu =
+    path=/usr/local/qemu-2.12.0/bin/qemu-system-x86_64;
+[vm1]
+cpu =
+    model=host,number=8,cpupin=56 57 58 59;
+mem =
+    size=4096,hugepage=yes;
+disk =
+    file=/home/image/ubuntu1910_2.img;
+login =
+    user=root,password=tester;
+net =
+   type=nic,opt_vlan=3;
+   type=user,opt_vlan=3;
+vnc =
+    displayNum=5;
+daemon =
+    enable=yes;
+qemu =
+    path=/usr/local/qemu-2.12.0/bin/qemu-system-x86_64;
-- 
1.8.3.1


  reply	other threads:[~2020-02-27  9:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-27  9:47 [dts] [PATCH V1 1/2] update script saving runtime and use new config file Xiao Qimai
2020-02-27  9:48 ` Xiao Qimai [this message]
2020-02-27 10:07 ` Xiao, QimaiX
2020-03-03  6:00 ` Tu, Lijuan

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=1582796880-27905-2-git-send-email-qimaix.xiao@intel.com \
    --to=qimaix.xiao@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).