examples/dma: rename ioat application example
authorKevin Laatz <kevin.laatz@intel.com>
Tue, 26 Oct 2021 13:14:32 +0000 (13:14 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 27 Oct 2021 14:53:39 +0000 (16:53 +0200)
commitbb4141dbe5da2924d5b9f8554fd022721d2cc127
treeb054b057924a74a9acaa97bc620e9f35d596e920
parent7fa68f51e25f5b36b5d2c29d8ba4147013b67bfe
examples/dma: rename ioat application example

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 <kevin.laatz@intel.com>
Reviewed-by: Conor Walsh <conor.walsh@intel.com>
12 files changed:
MAINTAINERS
doc/guides/sample_app_ug/dma.rst [new file with mode: 0644]
doc/guides/sample_app_ug/index.rst
doc/guides/sample_app_ug/intro.rst
doc/guides/sample_app_ug/ioat.rst [deleted file]
examples/dma/Makefile [new file with mode: 0644]
examples/dma/dmafwd.c [new file with mode: 0644]
examples/dma/meson.build [new file with mode: 0644]
examples/ioat/Makefile [deleted file]
examples/ioat/ioatfwd.c [deleted file]
examples/ioat/meson.build [deleted file]
examples/meson.build