dma/ioat: add configuration
authorConor Walsh <conor.walsh@intel.com>
Mon, 18 Oct 2021 12:38:27 +0000 (12:38 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 22 Oct 2021 20:40:59 +0000 (22:40 +0200)
commita19a2dceda63fc4f904ddc854a0522316da96657
tree5630bb41177f5ce494fb03e03e637a1895498164
parent4ffd22474218bbce5d9db430848a394755a16dfc
dma/ioat: add configuration

Add functions for device configuration. The info_get and close functions
are included here also. info_get can be useful for checking successful
configuration and close is used by the dmadev api when releasing a
configured device.

Signed-off-by: Conor Walsh <conor.walsh@intel.com>
Reviewed-by: Kevin Laatz <kevin.laatz@intel.com>
doc/guides/dmadevs/ioat.rst
drivers/dma/ioat/ioat_dmadev.c