[dpdk-dev] [PATCH] doc: notify Rx errors not counting missed packets anymore

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Mar 22 17:58:09 CET 2016


2016-03-22 16:57, Thomas Monjalon:
> Fixes: 86057c9992f5 ("ethdev: remove missed packets from error counter")
> 
> Suggested-by: Maryam Tahhan <maryam.tahhan at intel.com>
> Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
[...]
> +* The ethdev statistics counter imissed is considered exclusive with ierrors.
> +  Every drivers are now counting the missed packets only once, and not
> +  incrementing ierrors anymore for not received packets.
> +

Applied with this rewording:

* The ethdev statistics counter imissed is considered to be independent of ierrors.
  All drivers are now counting the missed packets only once, i.e. drivers will
  not increment ierrors anymore for missed packets.

Thanks Maryam for suggesting


More information about the dev mailing list