From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 16C9BC430 for ; Wed, 17 Jun 2015 14:53:47 +0200 (CEST) Received: by wiwd19 with SMTP id d19so132626509wiw.0 for ; Wed, 17 Jun 2015 05:53:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=doH/TH5l1Fh/tboWqhpGmfLdM8XUw6EzCyXuAR47kY0=; b=Tb6nrob8xquyIGltxsBfP064I5P2csnKWy1Z80TQiOz2amggXyZjYtKqqVPglmBTzO oLvgXZC2qENXZGelnsmFTJPMOgR/IbkuaxUlyDhXcDeyPBRMf9rlHkZ2sk/Y72TzgUiJ gA8k1fXnFuv2y2S5oJkR+E16fPRvN4uK8KkJPVq4vi4QQ9MIGdwDt6mfZvMNngnfve11 cYYf532Tws3oveePbFSQZ626q+oEnVL6XXIT8OKUFmSkVNfo7AQQcEHbxUafzH3yAuUp RbeEC2Et7MD9R7rk8/lTuTXIza6ZacSPbetZ8jp4gDUZmauv0tAnWPr4Scm0UFIPKqpo JImw== X-Gm-Message-State: ALoCoQk7Fd0/MzTiyogZ8BhL696OfgYireue9gSuF1tKMdiUtItUPRPNAKxvKJ1kGbL0f8tnKsnV X-Received: by 10.194.133.73 with SMTP id pa9mr5715187wjb.148.1434545626966; Wed, 17 Jun 2015 05:53:46 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id l6sm25860905wib.18.2015.06.17.05.53.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Jun 2015 05:53:46 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger , Maryam Tahhan Date: Wed, 17 Jun 2015 14:52:46 +0200 Message-ID: <3529260.NpIkG1cbIV@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <20150609175107.2c6bc94d@urahara> References: <1433525705-17041-1-git-send-email-maryam.tahhan@intel.com> <1433525705-17041-2-git-send-email-maryam.tahhan@intel.com> <20150609175107.2c6bc94d@urahara> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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, 17 Jun 2015 12:53:47 -0000 2015-06-09 17:51, Stephen Hemminger: > 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. Stephen, providing a link would be helpful. Maryam, please check: http://dpdk.org/ml/archives/dev/2015-April/016096.html http://dpdk.org/dev/patchwork/patch/2495/