Re: [dpdk-dev] [PATCH 00/12] rxq q_errors[] statistics fixes

2019-05-28 Thread Yigit, Ferruh
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 soluti

Re: [dpdk-dev] [PATCH 00/12] rxq q_errors[] statistics fixes

2019-04-12 Thread Ferruh Yigit
On 4/12/2019 4:45 PM, Thomas Monjalon wrote: > 12/04/2019 17:38, Ferruh Yigit: >> On 4/12/2019 4:07 PM, Thomas Monjalon wrote: >>> 11/03/2019 18:22, Ferruh Yigit: On 3/4/2019 11:18 AM, David Marchand wrote: > According to the api, the q_errors[] per queue statistic is for reception > e

Re: [dpdk-dev] [PATCH 00/12] rxq q_errors[] statistics fixes

2019-04-12 Thread Thomas Monjalon
12/04/2019 17:38, Ferruh Yigit: > On 4/12/2019 4:07 PM, Thomas Monjalon wrote: > > 11/03/2019 18:22, Ferruh Yigit: > >> 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

Re: [dpdk-dev] [PATCH 00/12] rxq q_errors[] statistics fixes

2019-04-12 Thread Ferruh Yigit
On 4/12/2019 4:07 PM, Thomas Monjalon wrote: > 11/03/2019 18:22, Ferruh Yigit: >> 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 oer

Re: [dpdk-dev] [PATCH 00/12] rxq q_errors[] statistics fixes

2019-04-12 Thread Thomas Monjalon
11/03/2019 18:22, Ferruh Yigit: > 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. > > > > Yes, the patchset looks aligned

Re: [dpdk-dev] [PATCH 00/12] rxq q_errors[] statistics fixes

2019-03-14 Thread David Marchand
On Mon, Mar 11, 2019 at 7:09 PM David Marchand wrote: > On Mon, Mar 11, 2019 at 6:22 PM Ferruh Yigit > wrote: > >> 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 c

Re: [dpdk-dev] [PATCH 00/12] rxq q_errors[] statistics fixes

2019-03-11 Thread David Marchand
On Mon, Mar 11, 2019 at 6:22 PM Ferruh Yigit wrote: > 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. > > > > Yes, the pat

Re: [dpdk-dev] [PATCH 00/12] rxq q_errors[] statistics fixes

2019-03-11 Thread Ferruh Yigit
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. > Yes, the patchset looks aligned with the API documentation [1]. What can be t

[dpdk-dev] [PATCH 00/12] rxq q_errors[] statistics fixes

2019-03-04 Thread David Marchand
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. -- David Marchand David Marchand (12): net/af_packet: fix incorrect rxq errors stat net/avp: fix incorrect rxq errors stat