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 A78F5A051A; Fri, 17 Jan 2020 06:35:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9A0471D182; Fri, 17 Jan 2020 06:35:10 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 4E8911D17C for ; Fri, 17 Jan 2020 06:35:08 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2020 21:34:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,328,1574150400"; d="scan'208";a="398527955" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 16 Jan 2020 21:34:52 -0800 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 16 Jan 2020 21:34:51 -0800 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 16 Jan 2020 21:34:51 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.30]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.28]) with mapi id 14.03.0439.000; Fri, 17 Jan 2020 13:34:50 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" Thread-Topic: [dts][PATCH V2 0/2] l3fwd: support set test ports in cfg file Thread-Index: AQHVzOPcoa+9sAn1D0m3FA7w/IDfHafuVdrw Date: Fri, 17 Jan 2020 05:34:49 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBAC816@SHSMSX101.ccr.corp.intel.com> References: <20200117031422.57717-1-yufengx.mo@intel.com> In-Reply-To: <20200117031422.57717-1-yufengx.mo@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 V2 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" Applied the series. > -----Original Message----- > From: Mo, YufengX > Sent: Friday, January 17, 2020 11:14 AM > To: dts@dpdk.org; Tu, Lijuan > Cc: Mo, YufengX > Subject: [dts][PATCH V2 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. > v2 > support python3 >=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 | 36 ++++++++++++++++++++++++++++++++---- > 2 files changed, 36 insertions(+), 4 deletions(-) >=20 > -- > 2.21.0