From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 90532952 for ; Tue, 5 Apr 2016 08:36:59 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 04 Apr 2016 23:36:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,443,1455004800"; d="scan'208";a="778234154" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 04 Apr 2016 23:36:55 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 4 Apr 2016 23:36:55 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 4 Apr 2016 23:36:55 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.24]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.18]) with mapi id 14.03.0248.002; Tue, 5 Apr 2016 14:36:53 +0800 From: "Liu, Yong" To: "Rosen, Rami" CC: "dts@dpdk.org" Thread-Topic: [PATCH] conf: Fix a typo in crbs.cfg. Thread-Index: AQHRjWyPtOE+E7I4W0uHR9Bc77K+k5968Cmg Date: Tue, 5 Apr 2016 06:36:52 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E14EDB848@SHSMSX103.ccr.corp.intel.com> References: <1459662599-9750-1-git-send-email-rami.rosen@intel.com> In-Reply-To: <1459662599-9750-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWRiYzVjMTUtZDA5My00ZjdlLWI2ZmUtZjI3Nzk1NjA0ZWQ4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ilp3R1kwMlh3anhZc1ZEZ2VuWXk3b20rcWtcL3hLN3dNWU5YQUhEdzBhRVA4PSJ9 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] conf: Fix a typo in crbs.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: , X-List-Received-Date: Tue, 05 Apr 2016 06:37:00 -0000 Applied. Thanks. > -----Original Message----- > From: Rosen, Rami > Sent: Sunday, April 03, 2016 1:50 PM > To: Liu, Yong > Cc: dts@dpdk.org; Rosen, Rami > Subject: [PATCH] conf: Fix a typo in crbs.cfg. >=20 > This patch fixes a typo in conf/crbs.cfg. >=20 > Signed-off-by: Rami Rosen > --- > conf/crbs.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/conf/crbs.cfg b/conf/crbs.cfg > index 81c5c29..0a17c35 100644 > --- a/conf/crbs.cfg > +++ b/conf/crbs.cfg > @@ -6,7 +6,7 @@ > # os: operation system type linux or freebsd > # tester_ip: Tester ip address > # tester_passwd: Tester password > -# ixia_group: IXIA group nmae > +# ixia_group: IXIA group name > # channels: Board channel number > # bypass_core0: Whether by pass core0 > [DUT IP1] > -- > 2.5.5