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 CCF7EA04AB; Tue, 12 Nov 2019 17:00:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 976972BC7; Tue, 12 Nov 2019 17:00:29 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D03012BBD for ; Tue, 12 Nov 2019 17:00:27 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 08:00:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,296,1569308400"; d="scan'208";a="216072465" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 12 Nov 2019 08:00:23 -0800 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 12 Nov 2019 08:00:14 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 12 Nov 2019 08:00:14 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by shsmsx102.ccr.corp.intel.com ([169.254.2.108]) with mapi id 14.03.0439.000; Wed, 13 Nov 2019 00:00:13 +0800 From: "Wang, Yinan" To: "Mo, YufengX" , "dts@dpdk.org" Thread-Topic: [dts][PATCH V3 0/3] ethtool_stats: upload script and update test plan Thread-Index: AQHVkIK39q2TuGe9fU69H4/igsL3t6eHv4Lg Date: Tue, 12 Nov 2019 16:00:12 +0000 Message-ID: References: <20191101070647.59192-1-yufengx.mo@intel.com> In-Reply-To: <20191101070647.59192-1-yufengx.mo@intel.com> Accept-Language: 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="iso-2022-jp" 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" Acked-by: Wang, Yinan > -----Original Message----- > From: Mo, YufengX > Sent: 2019=1B$BG/=1B(B11=1B$B7n=1B(B1=1B$BF|=1B(B 15:07 > To: dts@dpdk.org; Wang, Yinan > Cc: Mo, YufengX > Subject: [dts][PATCH V3 0/3] ethtool_stats: upload script and update test= 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