[dpdk-dev] [PATCH] ethdev: don't count missed packets in erroneous packets counter

Lu, Wenzhuo wenzhuo.lu at intel.com
Mon Mar 14 09:26:49 CET 2016


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.



More information about the dev mailing list