From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <helin.zhang@intel.com> Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DE1495A95 for <dev@dpdk.org>; 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" <helin.zhang@intel.com> To: "Sun, Xutao" <xutao.sun@intel.com>, "dev@dpdk.org" <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: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A921C45@SHSMSX104.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> 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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=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 <xutao.sun@intel.com> Acked-by: Helin Zhang <helin.zhang@intel.com>