[dpdk-dev] [PATCH v4 7/8] rte: change xstats usage to new API

2016-06-15 Thread Thomas Monjalon
2016-06-13 16:52, 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 patch changes the test-pmd > and proc_info applications to use the new xsta

[dpdk-dev] [PATCH v4 7/8] rte: change xstats usage to new API

2016-06-13 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 patch changes the test-pmd and proc_info applications to use the new xstats API, and removes deprecated code ass