From: Wei Ling <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Wei Ling <weix.ling@intel.com>
Subject: [dts][PATCH V2 3/3] conf/basic_4k_pages_dsa: add testsuite config file
Date: Wed, 30 Nov 2022 14:17:49 +0800 [thread overview]
Message-ID: <20221130061749.1164012-1-weix.ling@intel.com> (raw)
Add the testsuite config file basic_4k_pages_dsa.cfg.
Signed-off-by: Wei Ling <weix.ling@intel.com>
---
conf/basic_4k_pages_dsa.cfg | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 conf/basic_4k_pages_dsa.cfg
diff --git a/conf/basic_4k_pages_dsa.cfg b/conf/basic_4k_pages_dsa.cfg
new file mode 100644
index 00000000..ed905c2c
--- /dev/null
+++ b/conf/basic_4k_pages_dsa.cfg
@@ -0,0 +1,36 @@
+[vm0]
+cpu =
+ model=host,number=8,cpupin=20 21 22 23 24 25 26 27;
+mem =
+ size=4096,hugepage=yes;
+disk =
+ file=/home/image/ubuntu2004.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=/home/QEMU/qemu-7.1.0/bin/qemu-system-x86_64;
+[vm1]
+cpu =
+ model=host,number=8,cpupin=48 49 50 51 52 53 54 55;
+mem =
+ size=4096,hugepage=yes;
+disk =
+ file=/home/image/ubuntu2004_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=/home/QEMU/qemu-7.1.0/bin/qemu-system-x86_64;
--
2.25.1
reply other threads:[~2022-11-30 6:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20221130061749.1164012-1-weix.ling@intel.com \
--to=weix.ling@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).