On 5/17/2023 8:33 AM, Chaoyong He wrote: > From: James Hershaw <james.hers...@corigine.com> > > To align the stats collected by nfp_net_xstats_get() to those collected > by the `ethtool -S` command. This includes a number of extended > statistics for both nfp_net and nfp_net_vf devices, as well as MAC > statistics for nfp_net devices only. This does not include extended > statistics for flower representors. > > The addresses and names of counters for these statistics are added as an > array. > > The various xstats functions for the nfp PMD are implemented in line > with the RTE API. > > Signed-off-by: James Hershaw <james.hers...@corigine.com> > Reviewed-by: Niklas Söderlund <niklas.soderl...@corigine.com> > Reviewed-by: Chaoyong He <chaoyong...@corigine.com> >
Applied to dpdk-next-net/main, thanks.