* [dts][PATCH V4 3/3] conf/basic_4k_pages_cbdma: add testsuite config file
@ 2022-08-17 8:08 Wei Ling
2022-08-19 2:48 ` He, Xingguang
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Wei Ling @ 2022-08-17 8:08 UTC (permalink / raw)
To: dts; +Cc: Wei Ling
Add testsuite config file basic_4k_pages_cbdma.cfg.
Signed-off-by: Wei Ling <weix.ling@intel.com>
---
conf/basic_4k_pages_cbdma.cfg | 36 +++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 conf/basic_4k_pages_cbdma.cfg
diff --git a/conf/basic_4k_pages_cbdma.cfg b/conf/basic_4k_pages_cbdma.cfg
new file mode 100644
index 00000000..cdac3af6
--- /dev/null
+++ b/conf/basic_4k_pages_cbdma.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.0.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.0.0/bin/qemu-system-x86_64;
--
2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [dts][PATCH V4 3/3] conf/basic_4k_pages_cbdma: add testsuite config file
2022-08-17 8:08 [dts][PATCH V4 3/3] conf/basic_4k_pages_cbdma: add testsuite config file Wei Ling
@ 2022-08-19 2:48 ` He, Xingguang
2022-08-19 3:10 ` Huang, ChenyuX
2022-08-24 3:06 ` lijuan.tu
2 siblings, 0 replies; 4+ messages in thread
From: He, Xingguang @ 2022-08-19 2:48 UTC (permalink / raw)
To: Ling, WeiX, dts; +Cc: Ling, WeiX
> -----Original Message-----
> From: Wei Ling <weix.ling@intel.com>
> Sent: Wednesday, August 17, 2022 4:08 PM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V4 3/3] conf/basic_4k_pages_cbdma: add testsuite
> config file
>
> Add testsuite config file basic_4k_pages_cbdma.cfg.
>
> Signed-off-by: Wei Ling <weix.ling@intel.com>
> ---
Acked-by: Xingguang He<xingguang.he@intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [dts][PATCH V4 3/3] conf/basic_4k_pages_cbdma: add testsuite config file
2022-08-17 8:08 [dts][PATCH V4 3/3] conf/basic_4k_pages_cbdma: add testsuite config file Wei Ling
2022-08-19 2:48 ` He, Xingguang
@ 2022-08-19 3:10 ` Huang, ChenyuX
2022-08-24 3:06 ` lijuan.tu
2 siblings, 0 replies; 4+ messages in thread
From: Huang, ChenyuX @ 2022-08-19 3:10 UTC (permalink / raw)
To: Ling, WeiX, dts; +Cc: Ling, WeiX
> -----Original Message-----
> From: Wei Ling <weix.ling@intel.com>
> Sent: Wednesday, August 17, 2022 4:08 PM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V4 3/3] conf/basic_4k_pages_cbdma: add testsuite config
> file
>
> Add testsuite config file basic_4k_pages_cbdma.cfg.
>
> Signed-off-by: Wei Ling <weix.ling@intel.com>
> ---
Tested-by: Chenyu Huang <chenyux.huang@intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dts][PATCH V4 3/3] conf/basic_4k_pages_cbdma: add testsuite config file
2022-08-17 8:08 [dts][PATCH V4 3/3] conf/basic_4k_pages_cbdma: add testsuite config file Wei Ling
2022-08-19 2:48 ` He, Xingguang
2022-08-19 3:10 ` Huang, ChenyuX
@ 2022-08-24 3:06 ` lijuan.tu
2 siblings, 0 replies; 4+ messages in thread
From: lijuan.tu @ 2022-08-24 3:06 UTC (permalink / raw)
To: dts, Wei Ling; +Cc: Wei Ling
On Wed, 17 Aug 2022 04:08:15 -0400, Wei Ling <weix.ling@intel.com> wrote:
> Add testsuite config file basic_4k_pages_cbdma.cfg.
>
> Signed-off-by: Wei Ling <weix.ling@intel.com>
Acked-by: Lijuan Tu <lijuan.tu@intel.com>
Series applied, thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-08-24 3:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-17 8:08 [dts][PATCH V4 3/3] conf/basic_4k_pages_cbdma: add testsuite config file Wei Ling
2022-08-19 2:48 ` He, Xingguang
2022-08-19 3:10 ` Huang, ChenyuX
2022-08-24 3:06 ` lijuan.tu
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).