[dpdk-dev] [PATCH v3 09/10] remove name field from struct rte_eth_xstats

2016-06-08 Thread Thomas Monjalon
2016-05-30 11:48, Remy Horton: > struct rte_eth_xstats { > - /* FIXME: Remove name[] once remaining drivers converted */ > - char name[RTE_ETH_XSTATS_NAME_SIZE]; > uint64_t id; > uint64_t value; > }; While changing the content of this struct, it can be the opportunity to fix

[dpdk-dev] [PATCH v3 09/10] remove name field from struct rte_eth_xstats

2016-05-30 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 removes the name field and all its usage of the old API. Signed-off-by: Remy Horton --- drivers/net/e10