Re: [dpdk-dev] [dpdk-stable] [PATCH] net/bnxt: add missing ids in xstats

2018-06-08 Thread Ferruh Yigit
On 6/8/2018 8:57 PM, Ferruh Yigit wrote: > On 6/7/2018 10:34 PM, Ajit Khaparde wrote: >> On Wed, Jun 6, 2018 at 10:36 PM, David Marchand >> wrote: >> >>> The xstats api expects that the driver fills both values and ids for each >>> filled entries. >>> >>> Fixes: bfb9c2260be2 ("net/bnxt: support xs

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/bnxt: add missing ids in xstats

2018-06-08 Thread Ferruh Yigit
On 6/7/2018 10:34 PM, Ajit Khaparde wrote: > On Wed, Jun 6, 2018 at 10:36 PM, David Marchand > wrote: > >> The xstats api expects that the driver fills both values and ids for each >> filled entries. >> >> Fixes: bfb9c2260be2 ("net/bnxt: support xstats get/reset") >> >> Signed-off-by: David March