Re: [dpdk-dev] [PATCH v2 5/6] examples/ioat: update naming to match change to dmadev

2021-09-20 Thread Conor Walsh
Existing functions, structures, defines etc need to be updated to reflect the change to using the dmadev APIs. Signed-off-by: Kevin Laatz --- Reviewed-by: Conor Walsh

[dpdk-dev] [PATCH v2 5/6] examples/ioat: update naming to match change to dmadev

2021-09-17 Thread Kevin Laatz
Existing functions, structures, defines etc need to be updated to reflect the change to using the dmadev APIs. Signed-off-by: Kevin Laatz --- examples/ioat/ioatfwd.c | 175 1 file changed, 87 insertions(+), 88 deletions(-) diff --git a/examples/ioat/ioat