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 932CBA2F6B for ; Tue, 8 Oct 2019 04:23:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 89BB41C02D; Tue, 8 Oct 2019 04:23:02 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id B5E461BFB0 for ; Tue, 8 Oct 2019 04:23:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Oct 2019 19:23:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,269,1566889200"; d="scan'208";a="192455997" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga008.fm.intel.com with ESMTP; 07 Oct 2019 19:23:00 -0700 Received: from fmsmsx601.amr.corp.intel.com (10.18.126.81) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 7 Oct 2019 19:23:00 -0700 Received: from fmsmsx601.amr.corp.intel.com (10.18.126.81) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 7 Oct 2019 19:22:59 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Mon, 7 Oct 2019 19:22:59 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.166]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.33]) with mapi id 14.03.0439.000; Tue, 8 Oct 2019 10:22:56 +0800 From: "Chen, Zhaoyan" To: "Mei, JianweiX" , "dts@dpdk.org" CC: "Ma, LihongX" , "Chen, Zhaoyan" Thread-Topic: [dts][PATCH V1 1/6] conf/crbs.cfg:add dut_cores parameter Thread-Index: AQHVdRBjuqRCMQaGckOzQjzOVKNbwqdQFHGA Date: Tue, 8 Oct 2019 02:22:55 +0000 Message-ID: <9DEEADBC57E43F4DA73B571777FECECA41DD73F0@SHSMSX104.ccr.corp.intel.com> References: <1569605698-316544-1-git-send-email-jianweix.mei@intel.com> In-Reply-To: <1569605698-316544-1-git-send-email-jianweix.mei@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 1/6] conf/crbs.cfg:add dut_cores parameter 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" Acked-by: Chen, Zhaoyan Regards, Zhaoyan Chen > -----Original Message----- > From: Mei, JianweiX > Sent: Saturday, September 28, 2019 1:35 AM > To: dts@dpdk.org > Cc: Chen, Zhaoyan ; Ma, LihongX ; > Mei, JianweiX > Subject: [dts][PATCH V1 1/6] conf/crbs.cfg:add dut_cores parameter >=20 > From: meijx >=20 > add new parameter to configure dut cores for testsuite. >=20 > Signed-off-by: meijx > --- > conf/crbs.cfg | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/conf/crbs.cfg b/conf/crbs.cfg index 5c28ab2..5209555 100644 > --- a/conf/crbs.cfg > +++ b/conf/crbs.cfg > @@ -10,6 +10,7 @@ > # pktgen_group: packet generator group name # channels: Board channel= number > # bypass_core0: Whether by pass core0 > +# dut_cores: DUT core list, eg: 1,2,3,4,5,18-22 > [DUT IP1] > dut_ip=3Dxxx.xxx.xxx.xxx > dut_user=3Droot > @@ -22,6 +23,7 @@ ixia_group=3D > pktgen_group=3D > channels=3D4 > bypass_core0=3DTrue > +dut_cores=3D > [DUT IP2] > dut_ip=3Dyyy.yyy.yyy.yyy > dut_user=3Droot > @@ -34,3 +36,4 @@ ixia_group=3D > pktgen_group=3D > channels=3D4 > bypass_core0=3DTrue > +dut_cores=3D > \ No newline at end of file > -- > 1.8.3.1