From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 475DFA0540;
	Wed, 15 Jul 2020 09:25:19 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 1DA2E1BFB6;
	Wed, 15 Jul 2020 09:25:18 +0200 (CEST)
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id 34DB01BF80
 for <dev@dpdk.org>; Wed, 15 Jul 2020 09:25:16 +0200 (CEST)
IronPort-SDR: bkzC7V5cfysIiMNpz/HO7CzWPM2675j0LZN8Z1NXscmkJLKxqpc3B9/KPetnTXPcNyVO7ykRAc
 SS+360e5FXtA==
X-IronPort-AV: E=McAfee;i="6000,8403,9682"; a="150506908"
X-IronPort-AV: E=Sophos;i="5.75,354,1589266800"; d="scan'208";a="150506908"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 15 Jul 2020 00:25:15 -0700
IronPort-SDR: 83FVVgZoGqPqtxiCJ+Bab04DYBi5g/waLRlt999fD0tZ+VkbZI4f2vBVcMOD/aC9ytTT9IcDKC
 HDirljuxF2cQ==
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.75,354,1589266800"; d="scan'208";a="299798259"
Received: from intel.sh.intel.com ([10.239.255.48])
 by orsmga002.jf.intel.com with ESMTP; 15 Jul 2020 00:25:13 -0700
From: Junyu Jiang <junyux.jiang@intel.com>
To: dev@dpdk.org
Cc: Qi Zhang <qi.z.zhang@intel.com>, Qiming Yang <qiming.yang@intel.com>,
 Junyu Jiang <junyux.jiang@intel.com>
Date: Wed, 15 Jul 2020 07:03:05 +0000
Message-Id: <20200715070307.36814-1-junyux.jiang@intel.com>
X-Mailer: git-send-email 2.17.1
Subject: [dpdk-dev] [PATCH 0/2] fix incorrect statistics data
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

This patchset fixed the issue that rx_bytes and tx_bytes
overflowed on 40 bit limitation by enlarging the limitation.

Junyu Jiang (2):
  net/ice: fix incorrect Rx bytes statistics
  net/ice: fix incorrect Tx bytes statistics

 drivers/net/ice/ice_ethdev.c | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

-- 
2.17.1