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
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
2 matches
Mail list logo