Re: [dpdk-dev] [PATCH v5 0/8] port ioatfwd app to dmadev

2021-10-27 Thread Thomas Monjalon
26/10/2021 15:14, Kevin Laatz: > This patchset first adds some additional command line options to the > existing ioatfwd application to enhance usability. > > The last 3 patches of this set then port the ioatfwd application to use the > dmadev library APIs instead of the IOAT rawdev APIs. Followin

Re: [dpdk-dev] [PATCH v5 0/8] port ioatfwd app to dmadev

2021-10-27 Thread Kevin Laatz
On 27/10/2021 15:07, Thomas Monjalon wrote: 27/10/2021 15:35, Kevin Laatz: 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_u

Re: [dpdk-dev] [PATCH v5 0/8] port ioatfwd app to dmadev

2021-10-27 Thread Thomas Monjalon
27/10/2021 15:35, Kevin Laatz: > 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 +-

Re: [dpdk-dev] [PATCH v5 0/8] port ioatfwd app to dmadev

2021-10-27 Thread Kevin Laatz
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

Re: [dpdk-dev] [PATCH v5 0/8] port ioatfwd app to dmadev

2021-10-27 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH v5 0/8] port ioatfwd app to dmadev

2021-10-26 Thread Kevin Laatz
This patchset first adds some additional command line options to the existing ioatfwd application to enhance usability. The last 3 patches of this set then port the ioatfwd application to use the dmadev library APIs instead of the IOAT rawdev APIs. Following the port, all variables etc are renamed