From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 8BF11C470 for ; Thu, 30 Jul 2015 01:20:51 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so139565wic.0 for ; Wed, 29 Jul 2015 16:20:51 -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=7aRImQYEanNLnoNTYst25OGiQB6O3QT/Ij+QpWiQQSw=; b=g3PWCEm+pc/UHV994cDreAOYLAHmUBcHfA4aQ4TN84qbi5ciuqDVMETcC1lYKYaGa3 O79wdvRD2G6/UJcOb+owmVZq6Eb9mMtDzaWfI/cz3A2eFVsU9sN7avyNtr1HbUn0McjK 2ajrxYDI2MKnCqW0+nFnvAf7ErOXO3cjytjlchzb/LcacAEQJsfQbWj7e7wpEbyBsH7r muqdkL/0MJvyYXTyahdr4FIvFRqqbuYYZ7L+u+Q3BEDFj7Ruo+tTkN8Ra+a2NX1Msviy S8QfbIBTO7WVfbiQpwzIEOaFnX5vvtWawWf57RoyZn/1s74RZivX03tr5qyh7vB5j6pU uLAw== X-Gm-Message-State: ALoCoQnbzhnmVwN2M48443OEh4JvaWEjN7y47kPOyr88grkrSiRidDSY3x7akdjbnL4BHhG/te+G X-Received: by 10.180.189.196 with SMTP id gk4mr259216wic.45.1438212051343; Wed, 29 Jul 2015 16:20:51 -0700 (PDT) Received: from xps13.localnet (guy78-1-82-235-116-147.fbx.proxad.net. [82.235.116.147]) by smtp.gmail.com with ESMTPSA id fo1sm26648892wib.24.2015.07.29.16.20.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Jul 2015 16:20:50 -0700 (PDT) From: Thomas Monjalon To: "Tahhan, Maryam" Date: Thu, 30 Jul 2015 01:19:34 +0200 Message-ID: <2349858.est3WNPp0t@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <2601191342CEEE43887BDE71AB97725836A69A41@irsmsx105.ger.corp.intel.com> References: <1438097889-151949-1-git-send-email-maryam.tahhan@intel.com> <2601191342CEEE43887BDE71AB97725836A69A41@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v1 1/1] ixgbe: Fix oerrors by setting it to 0 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, 29 Jul 2015 23:20:51 -0000 > > Fix afebc86be1346136125af8026dc215f81c202c50. oerrors was txdgpc - > > hw_stats->gptc, txdgpc is the number of packets DMA'ed by the host > > and was being reset on every call to read stats so it could be < gptc. > > Because we currently have no way to add txdgpc to struct hw_stats so > > that we can maintain a persistent value per port oerrors has now been > > set to 0. References to txdgpc is now removed as we don't use it. This > > patch also removes rxnfgpc as it's not used anywhere. > > > > Signed-off-by: Maryam Tahhan > Acked-by: Konstantin Ananyev Applied, thanks It's a bit sad. Is it a consequence of forbidding updates in the base driver?