test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts]  [PATCH V1] add conf/port_control.cfg
@ 2020-01-17  7:42 Zeng Xiaoxiao
  2020-02-18  5:18 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Zeng Xiaoxiao @ 2020-01-17  7:42 UTC (permalink / raw)
  To: dts; +Cc: Zeng Xiaoxiao

Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
---
 conf/port_control.cfg | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 conf/port_control.cfg

diff --git a/conf/port_control.cfg b/conf/port_control.cfg
new file mode 100644
index 0000000..79c55a7
--- /dev/null
+++ b/conf/port_control.cfg
@@ -0,0 +1,22 @@
+[vm0]
+cpu =
+    model=host,number=4,cpupin=23 24 25 26;
+disk =
+    file=/home/osimg/centos7-6.img,;
+mem =
+    size=10250;
+login =
+    user=root,password=tester;
+net = 
+   type=nic,opt_vlan=0,netdev=net1;
+   type=user,opt_vlan=0;
+   type=nic,opt_vlan=0,netdev=net2;
+   type=user,opt_vlan=0;
+
+qga = 
+    enable=yes;
+vnc = 
+    displayNum=1;
+daemon =
+    enable=yes;
+
-- 
1.8.3.1


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

* Re: [dts] [PATCH V1] add conf/port_control.cfg
  2020-01-17  7:42 [dts] [PATCH V1] add conf/port_control.cfg Zeng Xiaoxiao
@ 2020-02-18  5:18 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-02-18  5:18 UTC (permalink / raw)
  To: Zeng, XiaoxiaoX, dts; +Cc: Zeng, XiaoxiaoX

applied

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zeng Xiaoxiao
> Sent: Friday, January 17, 2020 3:43 PM
> To: dts@dpdk.org
> Cc: Zeng, XiaoxiaoX <xiaoxiaox.zeng@intel.com>
> Subject: [dts] [PATCH V1] add conf/port_control.cfg
> 
> Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
> ---
>  conf/port_control.cfg | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 conf/port_control.cfg
> 
> diff --git a/conf/port_control.cfg b/conf/port_control.cfg new file mode
> 100644 index 0000000..79c55a7
> --- /dev/null
> +++ b/conf/port_control.cfg
> @@ -0,0 +1,22 @@
> +[vm0]
> +cpu =
> +    model=host,number=4,cpupin=23 24 25 26; disk =
> +    file=/home/osimg/centos7-6.img,;
> +mem =
> +    size=10250;
> +login =
> +    user=root,password=tester;
> +net =
> +   type=nic,opt_vlan=0,netdev=net1;
> +   type=user,opt_vlan=0;
> +   type=nic,opt_vlan=0,netdev=net2;
> +   type=user,opt_vlan=0;
> +
> +qga =
> +    enable=yes;
> +vnc =
> +    displayNum=1;
> +daemon =
> +    enable=yes;
> +
> --
> 1.8.3.1


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

end of thread, other threads:[~2020-02-18  5:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-17  7:42 [dts] [PATCH V1] add conf/port_control.cfg Zeng Xiaoxiao
2020-02-18  5:18 ` Tu, Lijuan

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