Re: [dpdk-dev] [PATCH] ethdev: document xstats API assumption

2018-07-07 Thread Andrew Rybchenko
On 28.06.2018 17:16, Ferruh Yigit wrote: Documents the assumption that 'xstats[i].id == i' and key=xstats_names[i].name, value=xstats[i].value xstats[i].id is still used for xstats _by_id() APIs. This patch reverts some part of the commit 6d52d1d4afb4 ("ethdev: clarify extended statistics docum

Re: [dpdk-dev] [PATCH] ethdev: document xstats API assumption

2018-07-04 Thread Ferruh Yigit
On 6/29/2018 8:15 AM, David Marchand wrote: > On Thu, Jun 28, 2018 at 4:16 PM, Ferruh Yigit wrote: >> Documents the assumption that 'xstats[i].id == i' and >> key=xstats_names[i].name, value=xstats[i].value >> >> xstats[i].id is still used for xstats _by_id() APIs. >> >> This patch reverts some pa

Re: [dpdk-dev] [PATCH] ethdev: document xstats API assumption

2018-07-03 Thread Van Haaren, Harry
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Thursday, June 28, 2018 3:16 PM > To: Thomas Monjalon > Cc: dev@dpdk.org; Yigit, Ferruh ; David Marchand > ; Olivier Matz ; Horton, > Remy > Subject: [dpdk-dev] [PATCH] ethdev: document

Re: [dpdk-dev] [PATCH] ethdev: document xstats API assumption

2018-06-29 Thread David Marchand
On Thu, Jun 28, 2018 at 4:16 PM, Ferruh Yigit wrote: > Documents the assumption that 'xstats[i].id == i' and > key=xstats_names[i].name, value=xstats[i].value > > xstats[i].id is still used for xstats _by_id() APIs. > > This patch reverts some part of the commit 6d52d1d4afb4 ("ethdev: > clarify ex

[dpdk-dev] [PATCH] ethdev: document xstats API assumption

2018-06-28 Thread Ferruh Yigit
Documents the assumption that 'xstats[i].id == i' and key=xstats_names[i].name, value=xstats[i].value xstats[i].id is still used for xstats _by_id() APIs. This patch reverts some part of the commit 6d52d1d4afb4 ("ethdev: clarify extended statistics documentation") Signed-off-by: Ferruh Yigit --