[dpdk-dev] [PATCH v5 0/8] port ioatfwd app to dmadev
Thomas Monjalon
thomas at monjalon.net
Wed Oct 27 15:23:57 CEST 2021
26/10/2021 15:14, Kevin Laatz:
> .../sample_app_ug/{ioat.rst => dma.rst} | 149 ++--
> doc/guides/sample_app_ug/index.rst | 2 +-
> doc/guides/sample_app_ug/intro.rst | 4 +-
> examples/{ioat => dma}/Makefile | 4 +-
> examples/{ioat/ioatfwd.c => dma/dmafwd.c} | 638 ++++++++++--------
> examples/{ioat => dma}/meson.build | 10 +-
> examples/meson.build | 2 +-
> 7 files changed, 433 insertions(+), 376 deletions(-)
> rename doc/guides/sample_app_ug/{ioat.rst => dma.rst} (64%)
> rename examples/{ioat => dma}/Makefile (97%)
> rename examples/{ioat/ioatfwd.c => dma/dmafwd.c} (60%)
> rename examples/{ioat => dma}/meson.build (63%)
The file MAINTAINERS is not updated, I'll try to fix it myself.
More information about the dev
mailing list