Re: [dpdk-dev] [PATCH v2 6/6] app/test: add dmadev fill tests

2021-09-03 Thread Bruce Richardson
On Fri, Sep 03, 2021 at 05:17:49PM +0100, Conor Walsh wrote: > > It's probably worth noting that the new DMA IOAT drivers passes all of these > driver tests. > That's probably better called out in the cover letter of the IOAT set itself.

Re: [dpdk-dev] [PATCH v2 6/6] app/test: add dmadev fill tests

2021-09-03 Thread Conor Walsh
It's probably worth noting that the new DMA IOAT drivers passes all of these driver tests. From: Kevin Laatz For dma devices which support the fill operation, run unit tests to verify fill behaviour is correct. Signed-off-by: Kevin Laatz Signed-off-by: Bruce Richardson --- Reviewed-

Re: [dpdk-dev] [PATCH v2 6/6] app/test: add dmadev fill tests

2021-09-03 Thread Conor Walsh
From: Kevin Laatz For dma devices which support the fill operation, run unit tests to verify fill behaviour is correct. Signed-off-by: Kevin Laatz Signed-off-by: Bruce Richardson --- Reviewed-by: Conor Walsh

[dpdk-dev] [PATCH v2 6/6] app/test: add dmadev fill tests

2021-09-01 Thread Bruce Richardson
From: Kevin Laatz For dma devices which support the fill operation, run unit tests to verify fill behaviour is correct. Signed-off-by: Kevin Laatz Signed-off-by: Bruce Richardson --- app/test/test_dmadev.c | 73 ++ 1 file changed, 73 insertions(+) diff