Re: [PATCH v2 2/6] dma/ioat: fix incorrectly set indexes after restart

2023-02-14 Thread Kevin Laatz
On 16/01/2023 17:37, Bruce Richardson wrote: As part of the process of restarting a dma instance, the IOAT driver will reset the HW addresses and state values. The read and write indexes for SW use need to be similarly reset to keep HW and SW in sync. Fixes: 583f046dd404 ("dma/ioat: add start an

RE: [PATCH v2 2/6] dma/ioat: fix incorrectly set indexes after restart

2023-01-18 Thread Walsh, Conor
> As part of the process of restarting a dma instance, the IOAT driver > will reset the HW addresses and state values. The read and write > indexes for SW use need to be similarly reset to keep HW and SW in > sync. > > Fixes: 583f046dd404 ("dma/ioat: add start and stop") > Cc: conor.wa...@intel.co