[dpdk-dev] [RFC PATCH v2 0/3] Remove string operations from xstats

2016-05-18 Thread Remy Horton
On 16/05/2016 11:42, Tahhan, Maryam wrote: [..] > > Looks Great overall. Is there a need to update prog_guide/poll_mode_drv.rst > with the new mods? Yes it will need updating, as the description of rte_eth_xstats is now incorrect. Will fix in v3.. ..Remy

[dpdk-dev] [RFC PATCH v2 0/3] Remove string operations from xstats

2016-05-16 Thread Tahhan, Maryam
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Remy Horton > Sent: Friday, May 6, 2016 12:11 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [RFC PATCH v2 0/3] Remove string operations from > xstats > > The current extended ethernet statistics fetching involve d

[dpdk-dev] [RFC PATCH v2 0/3] Remove string operations from xstats

2016-05-06 Thread Remy Horton
The current extended ethernet statistics fetching involve doing several string operations, which causes performance issues if there are lots of statistics and/or network interfaces. This RFC patchset changes the API for xstats to use integer identifiers instead of strings and implements this new