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 01C17A04B3; Mon, 10 Feb 2020 10:06:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EE0B21BE94; Mon, 10 Feb 2020 10:06:52 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 189651BE90 for ; Mon, 10 Feb 2020 10:06:51 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2020 01:06:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,424,1574150400"; d="scan'208";a="221491793" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 10 Feb 2020 01:06:51 -0800 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 10 Feb 2020 01:06:50 -0800 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 10 Feb 2020 01:06:50 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.225]) with mapi id 14.03.0439.000; Mon, 10 Feb 2020 17:06:49 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" Thread-Topic: [dts][PATCH V1 0/4] l3fwd: save results to json file Thread-Index: AQHV37b4K6KwcplEtkqFatGvuhBsBagUI2Ow Date: Mon, 10 Feb 2020 09:06:48 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBC582D@SHSMSX101.ccr.corp.intel.com> References: <20200210021147.12123-1-yufengx.mo@intel.com> In-Reply-To: <20200210021147.12123-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 V1 0/4] l3fwd: save results to json 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: Monday, February 10, 2020 10:12 AM > To: dts@dpdk.org; Tu, Lijuan > Cc: Mo, YufengX > Subject: [dts][PATCH V1 0/4] l3fwd: save results to json file >=20 > save results to json file. >=20 >=20 > yufengmx (4): > tests/l3fwd: remove check condition > tests/l3fwd_em: save results to json file > tests/l3fwd_lpm_ipv4_rfc2544: save results to json file > tests/l3fwd_lpm_ipv6: save results to json file >=20 > tests/TestSuite_l3fwd.py | 4 +--- > tests/TestSuite_l3fwd_em.py | 2 +- > tests/TestSuite_l3fwd_lpm_ipv4_rfc2544.py | 2 +- > tests/TestSuite_l3fwd_lpm_ipv6.py | 2 +- > 4 files changed, 4 insertions(+), 6 deletions(-) >=20 > -- > 2.21.0