> -----Original Message----- > From: Jerin Jacob [mailto:[email protected]] > Sent: Friday, September 13, 2019 11:30 AM > To: Eads, Gage <[email protected]> > Cc: [email protected]; Richardson, Bruce <[email protected]>; Van Haaren, > Harry <[email protected]>; [email protected] > Subject: Re: [dpdk-dev] [PATCH] event/sw: fix xstats reset value assignment > bug > > On Wed, Aug 28, 2019 at 3:06 AM Gage Eads <[email protected]> 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: [email protected] > > > > Signed-off-by: Gage Eads <[email protected]>
Acked-by: Harry van Haaren <[email protected]>

