[dpdk-dev] [PATCH v2] vfio: Support for no-IOMMU mode

Stephen Hemminger stephen at networkplumber.org
Wed Jan 13 17:45:31 CET 2016


On Wed, 13 Jan 2016 12:36:09 +0000
Anatoly Burakov <anatoly.burakov at intel.com> wrote:

> +/* IOMMU types we support */
> +static const struct vfio_iommu_type iommu_types[] = {
> +		/* x86 IOMMU, otherwise known as type 1 */
> +		{ VFIO_TYPE1_IOMMU, "Type 1", &vfio_iommu_type1_dma_map},
> +		/* IOMMU-less mode */
> +		{ VFIO_NOIOMMU_IOMMU, "No-IOMMU", &vfio_iommu_noiommu_dma_map},
> +};
> +

Nit.. Why full-tab indent here?


More information about the dev mailing list