On 9/1/2020 12:50 PM, Jiawen Wu wrote: > Add device xstats get from reading hardware registers. > > Signed-off-by: Jiawen Wu <[email protected]>
<...>
> +
> +static int txgbe_dev_xstats_get_names(__rte_unused struct rte_eth_dev *dev,
> + struct rte_eth_xstat_name *xstats_names, unsigned int limit)
> +{
'dev' is used in this function.

