From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 1/4] ixgbe: expose extended error statistics Date: Tue, 9 Jun 2015 17:51:07 -0700 Message-ID: <20150609175107.2c6bc94d@urahara> References: <1433525705-17041-1-git-send-email-maryam.tahhan@intel.com> <1433525705-17041-2-git-send-email-maryam.tahhan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Maryam Tahhan Return-path: Received: from mail-qg0-f53.google.com (mail-qg0-f53.google.com [209.85.192.53]) by dpdk.org (Postfix) with ESMTP id 697393796 for ; Wed, 10 Jun 2015 02:51:05 +0200 (CEST) Received: by qgfa66 with SMTP id a66so11327612qgf.0 for ; Tue, 09 Jun 2015 17:51:05 -0700 (PDT) In-Reply-To: <1433525705-17041-2-git-send-email-maryam.tahhan@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" On Fri, 5 Jun 2015 18:35:02 +0100 Maryam Tahhan wrote: > Implement xstats_get() and xstats_reset() in dev_ops for ixgbe to expose > detailed error statistics to DPDK applications. > > Signed-off-by: Maryam Tahhan Also, the bug where CRC is included in Tx byte count but not in the Rx byte count has not been addressed. You seem to have ignored my earlier patch.