Re: [dpdk-dev] [PATCH v4 10/11] dma/ioat: add burst capacity function

2021-09-20 Thread Bruce Richardson
On Fri, Sep 17, 2021 at 03:42:26PM +, Conor Walsh wrote: > Adds the ability to find the remaining space in the IOAT ring. > > Signed-off-by: Conor Walsh > Signed-off-by: Kevin Laatz > --- Acked-by: Bruce Richardson

[dpdk-dev] [PATCH v4 10/11] dma/ioat: add burst capacity function

2021-09-17 Thread Conor Walsh
Adds the ability to find the remaining space in the IOAT ring. Signed-off-by: Conor Walsh Signed-off-by: Kevin Laatz --- drivers/dma/ioat/ioat_dmadev.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/dma/ioat/ioat_dmadev.c b/drivers/dma/ioat/ioat_dmadev.c index b9328