From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5] i40e: Fix the statistics issue of i40e Date: Tue, 03 Nov 2015 00:34:53 +0100 Message-ID: <1984731.gvm6Zs8Tjf@xps13> References: <1446185369-29221-1-git-send-email-xutao.sun@intel.com> <1446193240-2223-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: Xutao Sun Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 132475A6C for ; Tue, 3 Nov 2015 00:36:04 +0100 (CET) Received: by wmff134 with SMTP id f134so2017094wmf.0 for ; Mon, 02 Nov 2015 15:36:04 -0800 (PST) In-Reply-To: <1446193240-2223-1-git-send-email-xutao.sun@intel.com> 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" 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. Please, could you rebase on top of Harry's patches for extended stats? Thanks