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 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 ; 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 To: dev@dpdk.org Cc: Qi Zhang , Qiming Yang , Junyu Jiang 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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