From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=UfXhtGWUfbs6IMBaaDsZ+FiEz90O9j0ZIx8578aL5cU=; b=MzkcuH/wn6ufZ2IJ+NoTEvFqrxrTVCNrcuNQl4/z+msSBDYy9N6DApzA2WV8QgOPk3 mQQUu9eduWLnJjuQ954Kh42zjjF6QZATakKenrgksgdP+vVr1NPbB3I60ehc5trtJIVr TBFE7rRZ5xyUHWI6P3MeJjiTBg5uDPxRVG9q1qk6V2RDH1bO9Kh+c9n0w0dtkNzYziU4 3D58XvayDWFDixaPyI+jeQnRtMcu4LN1TIsyArDNXr/fzvlc42wlXzlyMaSHlgf1Eknq VRAL06ZZNlyWWnTgh4+ZH4TGmm35edCEdCxT7pBVG7QLa1wHrHSo/7Vo/2spZ9BT4VUX 5FJg== X-Gm-Message-State: ALoCoQkSJzUGRbHRVHg80zEgDovsllt2S/A4aKcEVmDjFHyufbLpgCo8inAMjAgWAN+1OWwbllQ9 X-Received: by 10.140.234.1 with SMTP id f1mr534815qhc.48.1433897465005; Tue, 09 Jun 2015 17:51:05 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id c38sm3470310qgd.33.2015.06.09.17.51.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Jun 2015 17:51:04 -0700 (PDT) Date: Tue, 9 Jun 2015 17:51:07 -0700 From: Stephen Hemminger To: Maryam Tahhan Message-ID: <20150609175107.2c6bc94d@urahara> In-Reply-To: <1433525705-17041-2-git-send-email-maryam.tahhan@intel.com> 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 Subject: Re: [dpdk-dev] [PATCH 1/4] ixgbe: expose extended error statistics 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, 10 Jun 2015 00:51:05 -0000 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.