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

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Jun 8 14:23:39 CEST 2016


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.




More information about the dev mailing list