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 CD3D0A051A; Fri, 17 Jan 2020 04:12:26 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C2B161D535; Fri, 17 Jan 2020 04:12:26 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9B7301D535 for ; Fri, 17 Jan 2020 04:12:24 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2020 19:12:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,328,1574150400"; d="scan'208";a="218771538" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga008.jf.intel.com with ESMTP; 16 Jan 2020 19:12:23 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 16 Jan 2020 19:12:23 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 17 Jan 2020 11:12:21 +0800 Received: from shsmsx605.ccr.corp.intel.com ([10.109.6.215]) by SHSMSX605.ccr.corp.intel.com ([10.109.6.215]) with mapi id 15.01.1713.004; Fri, 17 Jan 2020 11:12:21 +0800 From: "Mo, YufengX" To: "dts@dpdk.org" , "Tu, Lijuan" Thread-Topic: [dts][PATCH V1 0/2] l3fwd: support set test ports in cfg file Thread-Index: AQHVzN2nYSbllbyrbE6JzETqkgn6x6fuLgzA Date: Fri, 17 Jan 2020 03:12:20 +0000 Message-ID: <6750f4866c604c479cf656e4584fee73@intel.com> References: <20200117022954.21597-1-yufengx.mo@intel.com> In-Reply-To: <20200117022954.21597-1-yufengx.mo@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/2] l3fwd: support set test ports in cfg 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" cancel this series. > -----Original Message----- > From: Mo, YufengX > Sent: Friday, January 17, 2020 10:30 AM > To: dts@dpdk.org; Tu, Lijuan > Cc: Mo, YufengX > Subject: [dts][PATCH V1 0/2] l3fwd: support set test ports in cfg file >=20 > add a key to select custom dut ports to run testing. If not set this key = in cfg file, > use default dut port list of dts framework. >=20 > yufengmx (2): > conf/l3fwd: support set test ports in cfg file > tests/l3fwd: support set test ports in cfg file >=20 > conf/l3fwd.cfg | 4 ++++ > tests/l3fwd_base.py | 26 ++++++++++++++++++++++++++ > 2 files changed, 30 insertions(+) >=20 > -- > 2.21.0