dma/idxd: add skeleton for VFIO based DSA device
authorKevin Laatz <kevin.laatz@intel.com>
Wed, 20 Oct 2021 16:29:59 +0000 (16:29 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 22 Oct 2021 20:40:58 +0000 (22:40 +0200)
commite33ad06eaeebecfdb1a7851fb130cb4a69f893e8
tree34e33b91ba67505f6b127a144f851451ce188006
parent65bcddfc6694a16024cd8af7aad9fed550d5fcdb
dma/idxd: add skeleton for VFIO based DSA device

Add the basic device probe/remove skeleton code for DSA device bound to
the vfio pci driver. Relevant documentation and MAINTAINERS update also
included.

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>
MAINTAINERS
doc/guides/dmadevs/idxd.rst [new file with mode: 0644]
doc/guides/dmadevs/index.rst
doc/guides/rel_notes/release_21_11.rst
drivers/dma/idxd/idxd_common.c [new file with mode: 0644]
drivers/dma/idxd/idxd_internal.h [new file with mode: 0644]
drivers/dma/idxd/idxd_pci.c [new file with mode: 0644]
drivers/dma/idxd/meson.build [new file with mode: 0644]
drivers/dma/idxd/version.map [new file with mode: 0644]
drivers/dma/meson.build