RE: [PATCH] dma/ioat: remove printf within ioat driver

2023-02-07 Thread Walsh, Conor
> On Fri, Feb 03, 2023 at 04:35:14PM +, Conor Walsh wrote: > > rte_log should be used instead of printf within the drivers this patch > > changes a printf within the ioat dma driver's start function to an rte log. > > The printfs within ioat's dump function will be retained. > > > > Signed-off-

Re: [PATCH] dma/ioat: remove printf within ioat driver

2023-02-03 Thread Bruce Richardson
On Fri, Feb 03, 2023 at 04:35:14PM +, Conor Walsh wrote: > rte_log should be used instead of printf within the drivers this patch > changes a printf within the ioat dma driver's start function to an rte log. > The printfs within ioat's dump function will be retained. > > Signed-off-by: Conor W

[PATCH] dma/ioat: remove printf within ioat driver

2023-02-03 Thread Conor Walsh
rte_log should be used instead of printf within the drivers this patch changes a printf within the ioat dma driver's start function to an rte log. The printfs within ioat's dump function will be retained. Signed-off-by: Conor Walsh --- drivers/dma/ioat/ioat_dmadev.c | 6 +++--- 1 file changed, 3