From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 22163952 for ; Tue, 5 Apr 2016 08:35:01 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 04 Apr 2016 23:35:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,443,1455004800"; d="scan'208";a="938416903" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 04 Apr 2016 23:34:57 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 4 Apr 2016 23:34:57 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 4 Apr 2016 23:34:57 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.24]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.42]) with mapi id 14.03.0248.002; Tue, 5 Apr 2016 14:34:55 +0800 From: "Liu, Yong" To: "Rosen, Rami" CC: "dts@dpdk.org" Thread-Topic: [PATCH] doc: Fix a typo in config.rst. Thread-Index: AQHRjQEYtKaiYENaokmvv+bddK+8zp968Hzw Date: Tue, 5 Apr 2016 06:34:54 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E14EDB81B@SHSMSX103.ccr.corp.intel.com> References: <1459616447-2269-1-git-send-email-rami.rosen@intel.com> In-Reply-To: <1459616447-2269-1-git-send-email-rami.rosen@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2MzODg2NWYtNzZiNi00MDBjLTllOGYtOWIyZTg1ZDRlZTE2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImZiVStJNkVUaStJMEk0R0RVNk5lUms0VWVkOEgyMXdqUFVJeUpGNUszTzg9In0= x-ctpclassification: CTP_IC 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] doc: Fix a typo in config.rst. 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: Tue, 05 Apr 2016 06:35:02 -0000 Applied. Thanks. > -----Original Message----- > From: Rosen, Rami > Sent: Sunday, April 03, 2016 1:01 AM > To: Liu, Yong > Cc: dts@dpdk.org; Rosen, Rami > Subject: [PATCH] doc: Fix a typo in config.rst. >=20 > Instead "gets" it should be "targets". >=20 > Signed-off-by: Rami Rosen > --- > doc/dts_gsg/config.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/doc/dts_gsg/config.rst b/doc/dts_gsg/config.rst > index c6de5f2..abd8da7 100644 > --- a/doc/dts_gsg/config.rst > +++ b/doc/dts_gsg/config.rst > @@ -171,7 +171,7 @@ First of all, you must create a file named > execution.cfg as below. >=20 > * crbs: IP address of the DUT CRB. The detail information of this CRB > is defined in file crbs.py. > * test_suites: defines list of test suites, which will plan to be > executed. > -* gets: list of DPDK targets to be tested. > +* targets: list of DPDK targets to be tested. > * parameters: you can define multiple keywords > * scenario: Senario of DPDK virtualization environment for this > execution. >=20 > -- > 2.5.5