From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6] i40e: Fix the statistics issue of i40e Date: Wed, 04 Nov 2015 13:12:37 +0100 Message-ID: <1566451.7RSDv6YmFH@xps13> References: <1446193240-2223-1-git-send-email-xutao.sun@intel.com> <1446628848-31835-1-git-send-email-xutao.sun@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Sun, Xutao" Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 787D08DB5 for ; Wed, 4 Nov 2015 13:13:49 +0100 (CET) Received: by wmeg8 with SMTP id g8so108980574wme.0 for ; Wed, 04 Nov 2015 04:13:49 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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. > > > > Signed-off-by: Xutao Sun > > Acked-by: Harry van Haaren Applied, thanks