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 4F1A1A0526; Wed, 22 Jul 2020 07:19:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C9CB81BFE7; Wed, 22 Jul 2020 07:19:33 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 06A301BFBB; Wed, 22 Jul 2020 07:19:31 +0200 (CEST) IronPort-SDR: WrYZFoE/uScAdZLLgL0a4IRranYXehFA+C7gSVpMqmx5EAp6qhoQCROKfsZtwBdibCp4YpmpX9 Qn3y80PFezpA== X-IronPort-AV: E=McAfee;i="6000,8403,9689"; a="168417019" X-IronPort-AV: E=Sophos;i="5.75,381,1589266800"; d="scan'208";a="168417019" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jul 2020 22:19:29 -0700 IronPort-SDR: Kqed3zwnzQsKVTT9mzR18nO2q+q+H5VyTEKWU0vYFEc2P/f4NRaF7UafW+00ql46z8jhGF/yDt bTmVwAkblMCA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,381,1589266800"; d="scan'208";a="462333148" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 21 Jul 2020 22:19:27 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 21 Jul 2020 22:19:25 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 21 Jul 2020 22:19:25 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.135]) with mapi id 14.03.0439.000; Wed, 22 Jul 2020 13:19:22 +0800 From: "Zhang, Qi Z" To: "Jiang, JunyuX" , "dev@dpdk.org" CC: "Yang, Qiming" , "stable@dpdk.org" Thread-Topic: [PATCH v3] net/ice: fix incorrect Rx/Tx bytes statistics Thread-Index: AQHWXzCbQmp1VBUErE29KcUXg9RonakTEL0A Date: Wed, 22 Jul 2020 05:19:21 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154863E44@SHSMSX103.ccr.corp.intel.com> References: <20200715070307.36814-1-junyux.jiang@intel.com> <20200721072021.38243-1-junyux.jiang@intel.com> In-Reply-To: <20200721072021.38243-1-junyux.jiang@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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] net/ice: fix incorrect Rx/Tx bytes statistics X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Jiang, JunyuX > Sent: Tuesday, July 21, 2020 3:20 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Jiang, JunyuX ; > stable@dpdk.org > Subject: [PATCH v3] net/ice: fix incorrect Rx/Tx bytes statistics >=20 > This patch fixed the issue that rx/tx bytes overflowed on 40 bit limitati= on by > enlarging the limitation. >=20 > Fixes: a37bde56314d ("net/ice: support statistics") > Cc: stable@dpdk.org >=20 > Signed-off-by: Junyu Jiang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi