Re: [dpdk-dev] [PATCH v2 06/10] dma/ioat: add data path job submission functions

2021-09-07 Thread Kevin Laatz
On 03/09/2021 12:17, Conor Walsh wrote: Add data path functions for enqueuing and submitting operations to IOAT devices. Signed-off-by: Conor Walsh --- doc/guides/dmadevs/ioat.rst| 54 drivers/dma/ioat/ioat_dmadev.c | 92 ++ 2 files c

[dpdk-dev] [PATCH v2 06/10] dma/ioat: add data path job submission functions

2021-09-03 Thread Conor Walsh
Add data path functions for enqueuing and submitting operations to IOAT devices. Signed-off-by: Conor Walsh --- doc/guides/dmadevs/ioat.rst| 54 drivers/dma/ioat/ioat_dmadev.c | 92 ++ 2 files changed, 146 insertions(+) diff --git a/doc/g