From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C73951B94C; Sun, 16 Dec 2018 02:44:53 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Dec 2018 17:44:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,359,1539673200"; d="scan'208";a="304169494" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 15 Dec 2018 17:44:52 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sat, 15 Dec 2018 17:44:52 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sat, 15 Dec 2018 17:44:51 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.59]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.222]) with mapi id 14.03.0415.000; Sun, 16 Dec 2018 09:44:50 +0800 From: "Zhang, Qi Z" To: "Li, Xiaoyun" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/i40e: fix statistics inconsistent issue Thread-Index: AQHUjSwb3Kqm7cd6BkuEP78kAXusJKWApUgw Date: Sun, 16 Dec 2018 01:44:49 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532FF98B@SHSMSX103.ccr.corp.intel.com> References: <1544076222-26969-1-git-send-email-xiaoyun.li@intel.com> In-Reply-To: <1544076222-26969-1-git-send-email-xiaoyun.li@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGExNDU0NjYtNmJhMy00MThlLWJhNGYtN2Y2ZDRjMjJhMmEyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibE5kQ1lOSENrU212ZFh3NjRFNnNjRkRFNWt4R2lsNDRmR2hmeFgyU25DUW1Pa0hsVW5hakJEcURIZUFOS3FvWiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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-stable] [PATCH] net/i40e: fix statistics inconsistent issue X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 01:44:54 -0000 > -----Original Message----- > From: Li, Xiaoyun > Sent: Thursday, December 6, 2018 2:04 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Li, Xiaoyun ; stable@dpdk.org > Subject: [PATCH] net/i40e: fix statistics inconsistent issue >=20 > Port packets excluding pf VSI discards were used for packet count. And po= rt > bytes were used for byte count. This will cause inconsistent count in som= e cases. > This patch would take all VSI stats as packet and byte count to address t= he issue. >=20 > Fixes: 763de290cbd1 ("net/i40e: fix packet count for PF") > Cc: stable@dpdk.org >=20 > Signed-off-by: Xiaoyun Li Acked-by: Qi Zhang Applied to dpdk-next-net-intel Thanks Qi