Re: [dpdk-dev] [PATCH] net/bnxt: fix xstats by id

2020-10-21 Thread Ajit Khaparde
On Tue, Jun 16, 2020 at 8:36 AM Ferruh Yigit wrote: > > The xstat by id device operation seems wrong, it fills 'xstats' struct > via 'bnxt_dev_xstats_get_op()' call, but the retrieved values are not > transferred to user input 'values' array. > > ethdev layer 'rte_eth_xstats_get_by_id()' & > 'rte_

[dpdk-dev] [PATCH] net/bnxt: fix xstats by id

2020-06-16 Thread Ferruh Yigit
The xstat by id device operation seems wrong, it fills 'xstats' struct via 'bnxt_dev_xstats_get_op()' call, but the retrieved values are not transferred to user input 'values' array. ethdev layer 'rte_eth_xstats_get_by_id()' & 'rte_eth_xstats_get_names_by_id' already provides "by id" support when