From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 3B17C2E7B for ; Fri, 7 Aug 2015 06:55:41 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 06 Aug 2015 21:55:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,627,1432623600"; d="scan'208";a="620957220" Received: from kmsmsx152.gar.corp.intel.com ([172.21.73.87]) by orsmga003.jf.intel.com with ESMTP; 06 Aug 2015 21:55:39 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 7 Aug 2015 12:55:29 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.38]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.143]) with mapi id 14.03.0224.002; Fri, 7 Aug 2015 12:55:29 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH 2/4] Add sample crbs configuration file Thread-Index: AQHQ0LUoZPQCqH9050CqYTHVd4OZvZ3/+PRw Date: Fri, 7 Aug 2015 04:55:28 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10EB66AC@SHSMSX103.ccr.corp.intel.com> References: <1438864522-3699-1-git-send-email-yong.liu@intel.com> <1438864522-3699-3-git-send-email-yong.liu@intel.com> In-Reply-To: Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 2/4] Add sample crbs configuration file 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: , X-List-Received-Date: Fri, 07 Aug 2015 04:55:41 -0000 Ok, we will implement it later. This patch set will still focus on crbs con= figuration. > -----Original Message----- > From: Xu, HuilongX > Sent: Friday, August 07, 2015 10:03 AM > To: Liu, Yong; dts@dpdk.org > Subject: RE: [dts] [PATCH 2/4] Add sample crbs configuration file >=20 > Hi yong, > Could you move "ixia group" to config also. > Thanks a lot >=20 > > -----Original Message----- > > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yong Liu > > Sent: Thursday, August 06, 2015 8:35 PM > > To: dts@dpdk.org > > Subject: [dts] [PATCH 2/4] Add sample crbs configuration file > > > > From: Marvin Liu > > > > This file is sample file for CRBS configuration. User need to configure > > every > > option in the file. > > > > Signed-off-by: Marvin Liu > > > > diff --git a/conf/crbs.cfg b/conf/crbs.cfg > > new file mode 100644 > > index 0000000..de8e025 > > --- /dev/null > > +++ b/conf/crbs.cfg > > @@ -0,0 +1,28 @@ > > +#DUT crbs Configuration > > +#[DUT IP] > > +# dut_ip: DUT ip address > > +# dut_user: Login DUT username > > +# dut_passwd: Login DUT password > > +# tester_ip: Tester ip address > > +# tester_passwd: Tester password > > +# ixia_group: IXIA group nmae > > +# channels: Board channel number > > +# bypass_core0: Whether by pass core0 > > +[DUT IP1] > > +dut_ip=3Dxxx.xxx.xxx.xxx > > +dut_user=3Droot > > +dut_passwd=3D > > +tester_ip=3Dxxx.xxx.xxx.xxx > > +tester_passwd=3D > > +ixia_group=3D > > +channels=3D4 > > +bypass_core0=3DTrue > > +[DUT IP2] > > +dut_ip=3Dyyy.yyy.yyy.yyy > > +dut_user=3Droot > > +dut_passwd=3D > > +tester_ip=3Dyyy.yyy.yyy.yyy > > +tester_passwd=3D > > +ixia_group=3D > > +channels=3D4 > > +bypass_core0=3DTrue > > -- > > 1.9.3