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 E37B191B2 for ; Wed, 4 Nov 2015 11:06:42 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 04 Nov 2015 02:06:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,242,1444719600"; d="scan'208";a="678069805" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga003.jf.intel.com with ESMTP; 04 Nov 2015 02:06:41 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX154.ger.corp.intel.com (163.33.192.96) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 Nov 2015 10:06:40 +0000 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.98]) by irsmsx111.ger.corp.intel.com ([169.254.2.212]) with mapi id 14.03.0248.002; Wed, 4 Nov 2015 10:06:40 +0000 From: "Van Haaren, Harry" To: "Sun, Xutao" , "dev@dpdk.org" Thread-Topic: [PATCH v6] i40e: Fix the statistics issue of i40e Thread-Index: AQHRFuJGsTgcAJeSSk2U7Ddyuy0tvJ6LorYA Date: Wed, 4 Nov 2015 10:06:40 +0000 Message-ID: References: <1446193240-2223-1-git-send-email-xutao.sun@intel.com> <1446628848-31835-1-git-send-email-xutao.sun@intel.com> In-Reply-To: <1446628848-31835-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-inteldataclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsIiwiaWQiOiI3ZDg1MzNkZC05ZTliLTRlNGUtYmQyOC1hMWVlMjRjNjg0NzUiLCJwcm9wcyI6W3sibiI6IkludGVsRGF0YUNsYXNzaWZpY2F0aW9uIiwidmFscyI6W3sidmFsdWUiOiJDVFBfUFVCTElDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTE5EbXRCaDFOcUUwaGVaSTQ2eEJOWGt2SGwraUg0M0J2WHRkTXFLUnBQND0ifQ== x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6] 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 10:06:43 -0000 > From: Sun, Xutao > Sent: Wednesday, November 4, 2015 9:21 AM > To: dev@dpdk.org > Cc: Zhang, Helin; Van Haaren, Harry; Sun, Xutao > Subject: [PATCH v6] 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: Harry van Haaren