The dmadev library abstraction allows applications to use the same APIs for all DMA device drivers in DPDK. This patch updates the ioatfwd application to make use of the new dmadev APIs, in turn making it a generic application which can be used with any of the DMA device drivers. Signed-off-by: Kevin Laatz <kevin.la...@intel.com> ---
Reviewed-by: Conor Walsh <conor.wa...@intel.com>