]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iommu: Add sysfs support for IOMMUs
authorAlex Williamson <alex.williamson@redhat.com>
Thu, 12 Jun 2014 22:12:24 +0000 (16:12 -0600)
committerJoerg Roedel <jroedel@suse.de>
Fri, 4 Jul 2014 10:35:59 +0000 (12:35 +0200)
commitc61959ecbbc6bf9034e65c8e8ef03fa9d1066f05
tree8c5b068f79d1a873d55d6f00e1888f559e6d1ea4
parentfd2852d5da67ca890b10468e33c68544e8da1ece
iommu: Add sysfs support for IOMMUs

IOMMUs currently have no common representation to userspace, most
seem to have no representation at all aside from a few printks
on bootup.  There are however features of IOMMUs that are useful
to know about.  For instance the IOMMU might support superpages,
making use of processor large/huge pages more important in a device
assignment scenario.  It's also useful to create cross links between
devices and IOMMU hardware units, so that users might be able to
load balance their devices to avoid thrashing a single hardware unit.

This patch adds a device create and destroy interface as well as
device linking, making it very lightweight for an IOMMU driver to add
basic support.  IOMMU drivers can provide additional attributes
automatically by using an attribute_group.

The attributes exposed are expected to be relatively device specific,
the means to retrieve them certainly are, so there are currently no
common attributes for the new class created here.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Documentation/ABI/testing/sysfs-class-iommu [new file with mode: 0644]
drivers/iommu/Makefile
drivers/iommu/iommu-sysfs.c [new file with mode: 0644]
include/linux/iommu.h