dma/idxd: add configure and info
authorKevin Laatz <kevin.laatz@intel.com>
Wed, 20 Oct 2021 16:30:04 +0000 (16:30 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 22 Oct 2021 20:40:59 +0000 (22:40 +0200)
commit2f7d42c6e11a4fb448b1a176680463d49635b397
treefbd03c328ecfeffc0fe3ecf62e026fe79b4164d0
parent82147042d062a96f41529f80480c3d025e3b1624
dma/idxd: add configure and info

Add functions for device configuration. The info_get function is included
here since it can be useful for checking successful configuration.

Documentation is also updated to add device configuration usage info.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
Reviewed-by: Conor Walsh <conor.walsh@intel.com>
Reviewed-by: Chengwen Feng <fengchengwen@huawei.com>
doc/guides/dmadevs/idxd.rst
drivers/dma/idxd/idxd_bus.c
drivers/dma/idxd/idxd_common.c
drivers/dma/idxd/idxd_internal.h
drivers/dma/idxd/idxd_pci.c