On 3/4/2019 11:18 AM, David Marchand wrote: > According to the api, the q_errors[] per queue statistic is for reception > errors not transmit errors. > This is a first cleanup on statistics before looking at oerrors. >
The fix is correct according the documentation but it was waiting for a solution to capture the Tx queue errors which we are removing this support from some PMDs because they were storing this information into wrong field. Since the affected stats are Tx queue error stats, and all Tx errors still can be stored on 'oerrors' I am for getting the fix, although we need to figure out how to store Tx queue error stats. For series, Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> Series applied to dpdk-next-net/master, thanks.