From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <rahul.lakkireddy@chelsio.com> Received: from stargate3.asicdesigners.com (stargate.chelsio.com [12.32.117.8]) by dpdk.org (Postfix) with ESMTP id A62035693 for <dev@dpdk.org>; Thu, 17 Mar 2016 13:03:22 +0100 (CET) Received: from localhost (scalar.blr.asicdesigners.com [10.193.185.94]) by stargate3.asicdesigners.com (8.13.8/8.13.8) with ESMTP id u2HC3Jxl021817; Thu, 17 Mar 2016 05:03:20 -0700 Date: Thu, 17 Mar 2016 17:32:34 +0530 From: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> To: Igor Ryzhov <iryzhov@nfware.com> Cc: dev@dpdk.org Message-ID: <20160317120232.GA5656@chelsio.com> References: <1457615010-87436-1-git-send-email-iryzhov@nfware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457615010-87436-1-git-send-email-iryzhov@nfware.com> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [dpdk-dev] [PATCH] ethdev: don't count missed packets in erroneous packets counter X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Thu, 17 Mar 2016 12:03:23 -0000 On Thursday, March 03/10/16, 2016 at 16:03:30 +0300, Igor Ryzhov wrote: > Comment for "ierrors" counter says that it counts erroneous received packets. But for some reason "imissed" counter is added to "ierrors" counter in most drivers. It is a mistake, because missed packets are obviously not received. This patch fixes it. > > Signed-off-by: Igor Ryzhov <iryzhov@nfware.com> > --- For the cxgbe part, Acked-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>