From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 368442BFD for ; Mon, 11 Apr 2016 15:13:42 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 11 Apr 2016 06:13:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,462,1455004800"; d="scan'208";a="952518405" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 11 Apr 2016 06:13:41 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 11 Apr 2016 06:13:41 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 11 Apr 2016 06:13:40 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.136]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.142]) with mapi id 14.03.0248.002; Mon, 11 Apr 2016 21:13:38 +0800 From: "Liu, Yong" To: "Rosen, Rami" CC: "dts@dpdk.org" Thread-Topic: [PATCH] tools: Fix a typo in setup.py. Thread-Index: AQHRkOZTOW1Uer1nIkO8elXUyGoPLZ+ExhVg Date: Mon, 11 Apr 2016 13:13:38 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E14EF0345@SHSMSX101.ccr.corp.intel.com> References: <1460044720-8170-1-git-send-email-rami.rosen@intel.com> In-Reply-To: <1460044720-8170-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWI1NjgxNTAtMWUxZS00N2RjLWEwMjItNGQzMjNlOTQxMDI5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkhJZ29NZHFjeUxSaFFFQ0cxWEdubVRQTFJXWFFCTEtjM2xRM3VPWHhHclk9In0= 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] tools: Fix a typo in setup.py. 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: Mon, 11 Apr 2016 13:13:43 -0000 Applied. Thanks. > -----Original Message----- > From: Rosen, Rami > Sent: Thursday, April 07, 2016 11:59 PM > To: Liu, Yong > Cc: dts@dpdk.org; Rosen, Rami > Subject: [PATCH] tools: Fix a typo in setup.py. >=20 > Signed-off-by: Rami Rosen > --- > tools/setup.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tools/setup.py b/tools/setup.py > index 7aa9e17..3d9d8ff 100755 > --- a/tools/setup.py > +++ b/tools/setup.py > @@ -555,7 +555,7 @@ def main(): > 'configurations', > 'options': ['DUT&Tester crb', 'execution plan', > 'ixia port for performance', > - 'port config for manually assgin > ports', > + 'port config for manually assign > ports', > 'start running DTS'], > 'default': def_opt} >=20 > -- > 2.5.5