examples/ioat: port application to dmadev API
authorKevin Laatz <kevin.laatz@intel.com>
Tue, 26 Oct 2021 13:14:30 +0000 (13:14 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 27 Oct 2021 14:53:39 +0000 (16:53 +0200)
commitd047310407a3511b1e2910c7ddf59d5049b202f6
treeee56ed398751f99256a823b3e2635e66785970b7
parentc7897196782a433b47ce63829922060cfc3d40bb
examples/ioat: port application to dmadev API

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.laatz@intel.com>
Reviewed-by: Conor Walsh <conor.walsh@intel.com>
examples/ioat/ioatfwd.c
examples/ioat/meson.build