From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1A2D68E94 for ; Wed, 4 Nov 2015 05:24:28 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 03 Nov 2015 20:24:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,241,1444719600"; d="scan'208";a="826405115" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 03 Nov 2015 20:24:06 -0800 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 3 Nov 2015 20:24:06 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 3 Nov 2015 20:24:06 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.199]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.100]) with mapi id 14.03.0248.002; Wed, 4 Nov 2015 12:23:58 +0800 From: "Sun, Xutao" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v5] i40e: Fix the statistics issue of i40e Thread-Index: AQHREuvrp+a+15D0LES8CN2YAoFU1J6I4jGAgAJnv5A= Date: Wed, 4 Nov 2015 04:23:57 +0000 Message-ID: <9AC567D38896294095E6F3228F697FC8021CDE39@shsmsx102.ccr.corp.intel.com> References: <1446185369-29221-1-git-send-email-xutao.sun@intel.com> <1446193240-2223-1-git-send-email-xutao.sun@intel.com> <1984731.gvm6Zs8Tjf@xps13> In-Reply-To: <1984731.gvm6Zs8Tjf@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v5] i40e: Fix the statistics issue of i40e X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2015 04:24:29 -0000 Hi, Thomas > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, November 03, 2015 7:35 AM > To: Sun, Xutao > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5] i40e: Fix the statistics issue of i40e >=20 > 2015-10-30 16:20, Xutao Sun: > > The old statistics on i40e only counted the packets on ports. > > So the discarding packets on VSI were not counted. > > This patch is to make statistics for packets both on ports and VSI. >=20 > Please, could you rebase on top of Harry's patches for extended stats? > Thanks My patch is different from Harry's patches for extended stats actually. My modification for stats has no intersection with Harry's. So maybe I don't need to rebase on Harry's patches. Regards, Xutao