From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E8171A0554; Tue, 18 Feb 2020 06:18:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D6DC51DA0A; Tue, 18 Feb 2020 06:18:23 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 736E51D8FF for ; Tue, 18 Feb 2020 06:18:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Feb 2020 21:18:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,455,1574150400"; d="scan'208";a="382361410" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 17 Feb 2020 21:18:21 -0800 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 17 Feb 2020 21:18:20 -0800 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 17 Feb 2020 21:18:20 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.97]) with mapi id 14.03.0439.000; Tue, 18 Feb 2020 13:18:18 +0800 From: "Tu, Lijuan" To: "Zeng, XiaoxiaoX" , "dts@dpdk.org" CC: "Zeng, XiaoxiaoX" Thread-Topic: [dts] [PATCH V1] add conf/port_control.cfg Thread-Index: AQHVzQmy+n7saCMbrkqxWUY/dGnxqKggm44Q Date: Tue, 18 Feb 2020 05:18:17 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBCB39E@SHSMSX101.ccr.corp.intel.com> References: <1579246956-173343-1-git-send-email-xiaoxiaox.zeng@intel.com> In-Reply-To: <1579246956-173343-1-git-send-email-xiaoxiaox.zeng@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] add conf/port_control.cfg X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" 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 > Subject: [dts] [PATCH V1] add conf/port_control.cfg >=20 > Signed-off-by: Zeng Xiaoxiao > --- > conf/port_control.cfg | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > create mode 100644 conf/port_control.cfg >=20 > 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 =3D > + model=3Dhost,number=3D4,cpupin=3D23 24 25 26; disk =3D > + file=3D/home/osimg/centos7-6.img,; > +mem =3D > + size=3D10250; > +login =3D > + user=3Droot,password=3Dtester; > +net =3D > + type=3Dnic,opt_vlan=3D0,netdev=3Dnet1; > + type=3Duser,opt_vlan=3D0; > + type=3Dnic,opt_vlan=3D0,netdev=3Dnet2; > + type=3Duser,opt_vlan=3D0; > + > +qga =3D > + enable=3Dyes; > +vnc =3D > + displayNum=3D1; > +daemon =3D > + enable=3Dyes; > + > -- > 1.8.3.1