From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xutao Sun Subject: [PATCH v3 0/2] i40e: Fix the statistics issue of i40e Date: Thu, 29 Oct 2015 16:02:29 +0800 Message-ID: <1446105751-28018-1-git-send-email-xutao.sun@intel.com> References: <1446096966-31815-1-git-send-email-xutao.sun@intel.com> To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id AAAFE374E for ; Thu, 29 Oct 2015 09:02:40 +0100 (CET) In-Reply-To: <1446096966-31815-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" 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. v2 changes: Reword comments. v3 changes: Update documentation. Xutao Sun (2): i40e: Fix the statistics issue of i40e doc: update release notes doc/guides/rel_notes/release_2_1.rst | 5 +++++ drivers/net/i40e/i40e_ethdev.c | 23 ++++++++++++++--------- 2 files changed, 19 insertions(+), 9 deletions(-) -- 1.9.3