> From: dev [mailto:[email protected]] On Behalf Of Ferruh Yigit > Sent: Thursday, June 28, 2018 3:16 PM > To: Thomas Monjalon <[email protected]> > Cc: [email protected]; Yigit, Ferruh <[email protected]>; David Marchand > <[email protected]>; Olivier Matz <[email protected]>; Horton, > Remy <[email protected]> > Subject: [dpdk-dev] [PATCH] ethdev: document xstats API assumption > > 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 <[email protected]>
I'm also in favor of simplifying xstats APIs if possible, given we have a number of PMDs using it, and they all adhere to this simplification; Acked-by: Harry van Haaren <[email protected]>

