> -----Original Message----- > From: Jerin Jacob [mailto:jerinjac...@gmail.com] > Sent: Friday, September 13, 2019 11:30 AM > To: Eads, Gage <gage.e...@intel.com> > Cc: dev@dpdk.org; Richardson, Bruce <bruce.richard...@intel.com>; Van Haaren, > Harry <harry.van.haa...@intel.com>; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] event/sw: fix xstats reset value assignment > bug > > On Wed, Aug 28, 2019 at 3:06 AM Gage Eads <gage.e...@intel.com> wrote: > > > > The sw PMD implements xstats reset by having the xstat get operations > > return a value to the statistic's value at the last reset. The value at the > > last reset is maintained in the per-xstat reset_value field, but the PMD > > was setting reset_value = current - reset_value instead of reset_value = > > current. > > > > Fixes: c1ad03df7ad5 ("event/sw: support xstats") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Gage Eads <gage.e...@intel.com>
Acked-by: Harry van Haaren <harry.van.haa...@intel.com>