Hi,
> -----Original Message----- > From: Igor Ryzhov [mailto:iryzhov at nfware.com] > Sent: Monday, March 14, 2016 3:31 PM > To: ????? ????? > Cc: dev at dpdk.org; Rahul Lakkireddy; Lu, Wenzhuo; Zhang, Helin; Ananyev, > Konstantin > Subject: Re: [dpdk-dev] [PATCH] ethdev: don't count missed packets in > erroneous packets counter > > Ping. > > CCing to maintainers of affected drivers. > > > 10 ????? 2016 ?., ? 16:03, Igor Ryzhov <iryzhov at nfware.com> ???????(?): > > > > 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 at nfware.com> Acked-by: Wenzhuo Lu <wenzhuo.lu at intel.com> Agree with Igor. As we have a counter for imissed, we need not to mix it with ierror.