Re: [dpdk-dev] [PATCH v5 0/8] port ioatfwd app to dmadev
From: Thomas Monjalon <hidden>
Date: 2021-10-27 14:54:56
From: Thomas Monjalon <hidden>
Date: 2021-10-27 14:54:56
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. Following the port, all variables etc are renamed to be more appropriate for using with the DMAdev library. Lastly, the application itself is renamed to "dmafwd".
Applied, thanks.