[dpdk-dev] [PATCH v5 0/8] port ioatfwd app to dmadev
Kevin Laatz
kevin.laatz at intel.com
Wed Oct 27 15:35:18 CEST 2021
On 27/10/2021 14:23, Thomas Monjalon wrote:
> 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.
>
>
Hi Thomas, apologies this must have gotten dropped in a rebase or I
forgot to commit it!
I was going to add the following to the "Other Example Applications"
section:
DMA example
M: Kevin Laatz <kevin.laatz at intel.com>
M: Bruce Richardson <bruce.richardson at intel.com>
F: examples/dma/
F: doc/guides/sample_app_ug/dma.rst
And the equivalent files for ioatfwd would need to be removed from the
Rawdev drivers sections since they have been replaced.
If you're happy to add yourself, thanks! Otherwise I don't mind sending
a v6 quickly if that's better.
/Kevin
More information about the dev
mailing list