From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rahul Lakkireddy Subject: Re: [PATCH] ethdev: don't count missed packets in erroneous packets counter Date: Thu, 17 Mar 2016 17:32:34 +0530 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 Cc: dev@dpdk.org To: Igor Ryzhov Return-path: Received: from stargate3.asicdesigners.com (stargate.chelsio.com [12.32.117.8]) by dpdk.org (Postfix) with ESMTP id A62035693 for ; Thu, 17 Mar 2016 13:03:22 +0100 (CET) Content-Disposition: inline In-Reply-To: <1457615010-87436-1-git-send-email-iryzhov@nfware.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 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 > --- For the cxgbe part, Acked-by: Rahul Lakkireddy