From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DE1495A95 for ; Fri, 30 Oct 2015 09:26:04 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 30 Oct 2015 01:26:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,217,1444719600"; d="scan'208";a="838678989" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 30 Oct 2015 01:26:03 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 01:26:03 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 01:26:03 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by shsmsx102.ccr.corp.intel.com ([169.254.2.253]) with mapi id 14.03.0248.002; Fri, 30 Oct 2015 16:26:01 +0800 From: "Zhang, Helin" To: "Sun, Xutao" , "dev@dpdk.org" Thread-Topic: [PATCH v5] i40e: Fix the statistics issue of i40e Thread-Index: AQHREuvr3mUXktehxUuBbh4y+SC6bJ6DszSA Date: Fri, 30 Oct 2015 08:26:01 +0000 Message-ID: References: <1446185369-29221-1-git-send-email-xutao.sun@intel.com> <1446193240-2223-1-git-send-email-xutao.sun@intel.com> In-Reply-To: <1446193240-2223-1-git-send-email-xutao.sun@intel.com> 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 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: Fri, 30 Oct 2015 08:26:05 -0000 > -----Original Message----- > From: Sun, Xutao > Sent: Friday, October 30, 2015 4:21 PM > To: dev@dpdk.org > Cc: Zhang, Helin; Van Haaren, Harry; Sun, Xutao > Subject: [PATCH v5] i40e: Fix the statistics issue of i40e >=20 > 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. > Also update release notes. >=20 > Signed-off-by: Xutao Sun Acked-by: Helin Zhang