Re: [PATCH] dma/idxd: add reset in the init routine

2023-10-17 Thread Thomas Monjalon
14/08/2023 17:37, Bruce Richardson: > On Fri, Aug 11, 2023 at 10:10:54AM +0800, Frank Du wrote: > > Fix for windows, no one reset the dev to a clear status. In Linux, > > kernel driver will reset during the prob. > > > > Signed-off-by: Frank Du > > --- > > drivers/dma/idxd/idxd_pci.c | 8 +++

Re: [PATCH] dma/idxd: add reset in the init routine

2023-08-14 Thread Bruce Richardson
On Fri, Aug 11, 2023 at 10:10:54AM +0800, Frank Du wrote: > Fix for windows, no one reset the dev to a clear status. In Linux, > kernel driver will reset during the prob. > > Signed-off-by: Frank Du > --- > drivers/dma/idxd/idxd_pci.c | 8 > 1 file changed, 8 insertions(+) > Ran some s

[PATCH] dma/idxd: add reset in the init routine

2023-08-10 Thread Frank Du
Fix for windows, no one reset the dev to a clear status. In Linux, kernel driver will reset during the prob. Signed-off-by: Frank Du --- drivers/dma/idxd/idxd_pci.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/dma/idxd/idxd_pci.c b/drivers/dma/idxd/idxd_pci.c index 3696c7f