Re: [dpdk-dev] [PATCH] raw/ioat: enable xstats reset for ioat device

2019-10-29 Thread David Marchand
On Tue, Oct 29, 2019 at 12:52 PM Power, Ciara wrote: > > This patch conflicts with the other series on this driver. > > Is it really necessary to reset those statistics once the device has been > > stopped? > >> It is a necessary change because stopping the device does not reset the > >> stats, w

Re: [dpdk-dev] [PATCH] raw/ioat: enable xstats reset for ioat device

2019-10-29 Thread Power, Ciara
> -Original Message- > From: David Marchand > Sent: Sunday 27 October 2019 13:27 > To: Power, Ciara > Cc: dev ; Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH] raw/ioat: enable xstats reset for ioat device > > On Wed, Oct 16, 2019 at 3:36 PM Bruce Richard

Re: [dpdk-dev] [PATCH] raw/ioat: enable xstats reset for ioat device

2019-10-27 Thread David Marchand
On Wed, Oct 16, 2019 at 3:36 PM Bruce Richardson wrote: > > On Wed, Oct 16, 2019 at 02:16:26PM +0100, Ciara Power wrote: > > The rawdev xstats_reset function is now enabled. It is called when the > > ioat autotest completes, to reset all xstat values after they have been > > modified during testi

Re: [dpdk-dev] [PATCH] raw/ioat: enable xstats reset for ioat device

2019-10-16 Thread Bruce Richardson
On Wed, Oct 16, 2019 at 02:16:26PM +0100, Ciara Power wrote: > The rawdev xstats_reset function is now enabled. It is called when the > ioat autotest completes, to reset all xstat values after they have been > modified during testing. > > Signed-off-by: Ciara Power Reviewed-by: Bruce Richardson

[dpdk-dev] [PATCH] raw/ioat: enable xstats reset for ioat device

2019-10-16 Thread Ciara Power
The rawdev xstats_reset function is now enabled. It is called when the ioat autotest completes, to reset all xstat values after they have been modified during testing. Signed-off-by: Ciara Power --- drivers/raw/ioat/ioat_rawdev.c | 38 + drivers/raw/ioat/ioat_ra