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 its name from rte_eth_xstats to rte_eth_xstat.