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 CCDABA04C1; Fri, 22 Nov 2019 04:33:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8279A2C28; Fri, 22 Nov 2019 04:33:29 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7E5A81DBC for ; Fri, 22 Nov 2019 04:33:27 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Nov 2019 19:33:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,228,1571727600"; d="scan'208";a="259577356" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 21 Nov 2019 19:33:26 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 21 Nov 2019 19:33:25 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 21 Nov 2019 19:33:25 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.213]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.63]) with mapi id 14.03.0439.000; Fri, 22 Nov 2019 11:33:24 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" , "Wang, Yinan" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V3 0/3] ethtool_stats: upload script and update test plan Thread-Index: AQHVkIK+09JdcfUAEUCswphC6ORaSKeWqhvQ Date: Fri, 22 Nov 2019 03:33:23 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB675BF@SHSMSX101.ccr.corp.intel.com> References: <20191101070647.59192-1-yufengx.mo@intel.com> In-Reply-To: <20191101070647.59192-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-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzkwYzZhYzItMTVjMS00MGEzLWJlMWYtYzgzOGMwYTM5NWZhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOEVucml1NVlmZllxSnpTQXIzZ1hjQTFwNEZEdEJUMFZIaXo4dWJBRWMwR29tSmU4YXQ3eWcrOUNTOGJmQVNxNiJ9 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 V3 0/3] ethtool_stats: upload script and update test plan 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, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx > Sent: Friday, November 1, 2019 3:07 PM > To: dts@dpdk.org; Wang, Yinan > Cc: Mo, YufengX > Subject: [dts] [PATCH V3 0/3] ethtool_stats: upload script and update tes= t > plan >=20 > upload ethtool_stats script. > update test plan. > add test plan index list. >=20 > v3: > - rebase source code for new Packet module refactor. > - use testpmd xstat data as reference data to check proc info tool xsta= t data. > - update test plan content. > - remove un-used methods. >=20 > v2: > - Follow Wang,yinan suggestion > - *. remove --tx-offloads=3D0xXXXX > - *. fix typo >=20 > yufengmx (3): > ethtool_stats: update test plan > ethtool_stats: add ethtool_stats_test_plan index label > ethtool_stats: add automation script >=20 > test_plans/ethtool_stats_test_plan.rst | 66 ++-- > test_plans/index.rst | 1 + > tests/TestSuite_ethtool_stats.py | 498 +++++++++++++++++++++++++ > 3 files changed, 544 insertions(+), 21 deletions(-) create mode 100644 > tests/TestSuite_ethtool_stats.py >=20 > -- > 2.21.0