Re: [dpdk-dev] [PATCH v2 6/6] examples/ioat: rename application to dmafwd

2021-09-20 Thread Conor Walsh
Since the APIs have been updated from rawdev to dmadev, the application should also be renamed to match. This patch also includes the documentation updates for the renaming. Signed-off-by: Kevin Laatz --- -The initialization of hardware device is done by ``rte_rawdev_configure()`` -funct

[dpdk-dev] [PATCH v2 6/6] examples/ioat: rename application to dmafwd

2021-09-17 Thread Kevin Laatz
Since the APIs have been updated from rawdev to dmadev, the application should also be renamed to match. This patch also includes the documentation updates for the renaming. Signed-off-by: Kevin Laatz --- MAINTAINERS | 7 +- .../sample_app_ug/{ioat.rst => dma.