Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1405191
| Path | csiph.com!news.freedyn.net!newsfeed.datemas.de!weretis.net!feeder4.news.weretis.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Peng Fan <van.freenix@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V2] vfio: platform: support No-IOMMU mode |
| Date | Mon, 23 May 2016 11:30:02 +0200 |
| Message-ID | <rBUls-427-9@gated-at.bofh.it> (permalink) |
| References | <rBTfH-3qf-21@gated-at.bofh.it> <rBU25-3VJ-3@gated-at.bofh.it> |
| X-Original-To | Eric Auger <eric.auger@linaro.org> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=EXTBzQ3eXZR/K/wzI0058SfiD4bwhuD77iNLj3PRuww=; b=wLzPB/vXUZ73ygifWh2XguTh6alGYXQNASccZmLBMXhEC6bPQGD1K3hpITllTQwRyo nifdSesC1T1DEzM4cGvVzv2kpV6v8Gx1WfcdsJslxZqpVwolFhZ7qEHqP0duy5iGvMky 3LsW9tAgFeyyben32qXEicN2dpZL+Gaxo0MB8utqAsQv3P0TsTQYT10AQkjxYdOKbdUv PKejoVOWGV/gKWmLtjKp1DRwUm70GdXaSXOUhJ2/2gehZs6N8LPkNK+enct88aAwQzYW Ictd0V8/n38lvsUdMaqoug54cyTYTwyBJRVekXKGKzAc9Zj8lgrzEtVlWHOUhLbs/Jb9 rFEw== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=EXTBzQ3eXZR/K/wzI0058SfiD4bwhuD77iNLj3PRuww=; b=U1o4D+w5Z9FclPs4xwwkBjy9oi48c7zdwXZDZS2Rb1Gl7MVS1p2yeQGiePJEqg4eDn QtXjy7Nst7eo8F0B5ICNtxtnQcs238iYFaZRbcEi+iVtr3UqKGoeTia3rZdpfXPhWuJ0 p66NHdsgxbMANGpeZ9T2N4tsd5DArdQNrC0EJ8tS1z4SQfqbQ4gQV/0WuFtA+I0kXQrG AzqYo2tWH+q4Bb7ueujpoEgHKBHy+BS4q0yS7pIBH/kD7VDPZeTNsOHHSjZRwpmSDEU2 goXtH0qcgKyElSjdjudD5Tm9zXJErvMF1zbc3b/Q3b7nAXpGqc8kyaKubgZkZpb9IZgF ZxQw== |
| X-Gm-Message-State | AOPr4FUwaGXJy/byXjKPJsmoT2XhRM+oJlSLVsJiiPfAHL31F299lw6uehSI6mRwh93Axg== |
| X-Received | by 10.98.92.71 with SMTP id q68mr25970250pfb.138.1463995440594; Mon, 23 May 2016 02:24:00 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.24 (2015-08-30) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 100 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | alex.williamson@redhat.com, b.reynal@virtualopensystems.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org |
| X-Original-Date | Mon, 23 May 2016 17:23:53 +0800 |
| X-Original-Message-ID | <20160523092352.GB5377@linux-7smt.suse> |
| X-Original-References | <1463991250-980-1-git-send-email-van.freenix@gmail.com> <5742C66C.90203@linaro.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1405191 |
Show key headers only | View raw
Hi Eric,
On Mon, May 23, 2016 at 10:59:24AM +0200, Eric Auger wrote:
>Hi Peng,
>On 05/23/2016 10:14 AM, Peng Fan wrote:
>> The vfio No-IOMMU mode was supported by this
>> 'commit 03a76b60f8ba2797 ("vfio: Include No-IOMMU mode")',
>> but it only support vfio-pci.
>>
>> Using vfio_iommu_group_get/put, but not iommu_group_get/put,
>> the platform devices can be exposed to userspace with
>> CONFIG_VFIO_NOIOMMU and the "enable_unsafe_noiommu_mode"
>> option enabled.
>>
>> From 'commit 03a76b60f8ba2797 ("vfio: Include No-IOMMU mode")',
>> "This should make it very clear that this mode is not safe.
>> Additionally, CAP_SYS_RAWIO privileges are necessary to work
>> with groups and containers using this mode. Groups making
>> use of this support are named /dev/vfio/noiommu-$GROUP and
>> can only make use of the special VFIO_NOIOMMU_IOMMU for the
>> container. Use of this mode, specifically binding a device
>> without a native IOMMU group to a VFIO bus driver will taint
>> the kernel and should therefore not be considered supported.",
>>
>> Actually, for vfio-platform No-IOMMU mode, the userspace can
>> not do DMA, because the ioctl API of noiommu container only
>> supports VFIO_CHECK_EXTENSION and VFIO_IOMMU_MAP_DMA is not
>> supported.
>I did not play with no-iommu mode yet but I am surprised by this last
>sentence. Without IOMMU the VFIO_IOMMU_MAP_DMA ioctl is not relevant
>since you do not need to and cannot map anything but does this really
>mean the device cannot perform DMA transfers towards physical memory, if
>programmed to do so; I don't think so?
Sorry. My commit log maybe misleading, I mean we can not use mmap + VFIO_IOMMU_MAP_DMA
for noiommu.
The platform device can still do DMA, if we program the DMA address for the device correctly,
such as a reserved memory region.
I can discard the last sentence of the commit log in V3.
Thanks,
Peng.
>
>Best Regards
>
>Eric
>>
>> Signed-off-by: Peng Fan <van.freenix@gmail.com>
>> Cc: Eric Auger <eric.auger@linaro.org>
>> Cc: Baptiste Reynal <b.reynal@virtualopensystems.com>
>> Cc: Alex Williamson <alex.williamson@redhat.com>
>> ---
>>
>> V2:
>> Rename subject to support No-IOMMU
>> Add more commit log.
>>
>> I wrote a simple program following this
>> https://github.com/virtualopensystems/vfio-host-test/blob/master/src_test/vfio_device_test.c
>> ,no dma support. The device's register can be
>> accessed in userspace using command './vfio_dev_test 30b60000.usdhc 0 1 platform'
>>
>> drivers/vfio/platform/vfio_platform_common.c | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/drivers/vfio/platform/vfio_platform_common.c b/drivers/vfio/platform/vfio_platform_common.c
>> index e65b142..993b2f9 100644
>> --- a/drivers/vfio/platform/vfio_platform_common.c
>> +++ b/drivers/vfio/platform/vfio_platform_common.c
>> @@ -561,7 +561,7 @@ int vfio_platform_probe_common(struct vfio_platform_device *vdev,
>>
>> vdev->device = dev;
>>
>> - group = iommu_group_get(dev);
>> + group = vfio_iommu_group_get(dev);
>> if (!group) {
>> pr_err("VFIO: No IOMMU group for device %s\n", vdev->name);
>> return -EINVAL;
>> @@ -569,7 +569,7 @@ int vfio_platform_probe_common(struct vfio_platform_device *vdev,
>>
>> ret = vfio_add_group_dev(dev, &vfio_platform_ops, vdev);
>> if (ret) {
>> - iommu_group_put(group);
>> + vfio_iommu_group_put(group, dev);
>> return ret;
>> }
>>
>> @@ -589,7 +589,7 @@ struct vfio_platform_device *vfio_platform_remove_common(struct device *dev)
>>
>> if (vdev) {
>> vfio_platform_put_reset(vdev);
>> - iommu_group_put(dev->iommu_group);
>> + vfio_iommu_group_put(dev->iommu_group, dev);
>> }
>>
>> return vdev;
>>
>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH V2] vfio: platform: support No-IOMMU mode Peng Fan <van.freenix@gmail.com> - 2016-05-23 10:20 +0200
Re: [PATCH V2] vfio: platform: support No-IOMMU mode Eric Auger <eric.auger@linaro.org> - 2016-05-23 11:10 +0200
Re: [PATCH V2] vfio: platform: support No-IOMMU mode Peng Fan <van.freenix@gmail.com> - 2016-05-23 11:30 +0200
csiph-web