[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH V3 8/8] iommu/arm: Add Renesas IPMMU-VMSA support


  • To: Oleksandr Tyshchenko <olekstysh@xxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx>
  • Date: Thu, 29 Aug 2019 08:37:16 +0000
  • Accept-language: ja-JP, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=renesas.com; dmarc=pass action=none header.from=renesas.com; dkim=pass header.d=renesas.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=6Z0TfeUI/XyHXjrwxMyHYcgQKWONPK2TnYrqYrJO6qE=; b=TNxFKggeryHOdNqA8+rmcGRriS5BZMoB12womMi03sDXLjY70UT1nbXk7xghdouHKPgszQj8ccba9YYkpOR/zuLqNa6WNUlMRMzHVmXgpOsfYoVOFieVwDSVbVlhCpgB9sA3rQ9zQ7HYcsjDehSYFBbf2TMkI9EDJMm00z5YmHhe5HA6vsJt9eq8FtTcUV80nqxWd+B/vbuUdu45sqfR47O+SmX/YAL+mSSaskPvyTwg+xxEINWtP72Dr5eUZ19V7AYgZt5Nbcp8SYBpheuRxvP2Fh9e48SXnndhzuoeBS9mSh5kRn6wd9m/XF8wbYQ/ORSrdkhIwBqbbW3rniUefA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=b18ciz/bR8ImuDcRMLolJ3woHOAq3oTGwF6ClgCPy+rcp5bvnut/b3QpWBV6V7vk7teFMpXzG1UVp5W2FscNC5MookJ2D/nOwgbR+TKo4ri59AavTRNCeb1hATtZhYem6DydLldDYHSZGhtmmFI5xRkedHNiOxyRYCTNlM+DMAt0xGJ6UfBefOGaII9uFSvwBVfy/j4a1jk+Q5gX1VHKqRKIdmiRiNEe7Cgu/Mo1WAYWzh+fcka3yUn6FwzRD8zphQ8PNbTuSMmKzu7zmNGIzR8j7LDqGaC8CK200ib5dbZaPUIZ2hjVYpvHQcpB06MZ+DpZgAU/SQhL/ouKH9nE9Q==
  • Authentication-results: spf=none (sender IP is ) smtp.mailfrom=yoshihiro.shimoda.uh@xxxxxxxxxxx;
  • Cc: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx>, "julien.grall@xxxxxxx" <julien.grall@xxxxxxx>, "sstabellini@xxxxxxxxxx" <sstabellini@xxxxxxxxxx>, "Volodymyr_Babchuk@xxxxxxxx" <Volodymyr_Babchuk@xxxxxxxx>
  • Delivery-date: Thu, 29 Aug 2019 08:37:34 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Thread-index: AQHVV4KHnFAZbwg7rk6F2A7t010DiKcR2U9w
  • Thread-topic: [PATCH V3 8/8] iommu/arm: Add Renesas IPMMU-VMSA support

Hi Oleksandr-san,

> From: Oleksandr Tyshchenko, Sent: Wednesday, August 21, 2019 3:10 AM
> 
> From: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx>
> 
> The IPMMU-VMSA is VMSA-compatible I/O Memory Management Unit (IOMMU)
> which provides address translation and access protection functionalities
> to processing units and interconnect networks.
> 
> Please note, current driver is supposed to work only with newest
> Gen3 SoCs revisions which IPMMU hardware supports stage 2 translation

This is still "Gen3", so that please replace it with "R-Car Gen3"...

> table format and is able to use CPU's P2M table as is if one is
> 3-level page table (up to 40 bit IPA).
> 
> The major differences compare to the Linux driver are:
> 
> 1. Stage 1/Stage 2 translation. Linux driver supports Stage 1
> translation only (with Stage 1 translation table format). It manages
> page table by itself. But Xen driver supports Stage 2 translation
> (with Stage 2 translation table format) to be able to share the P2M
> with the CPU. Stage 1 translation is always bypassed in Xen driver.
> 
> So, Xen driver is supposed to be used with newest R-Car Gen3 SoC revisions
> only (H3 ES3.0, M3-W+, etc.) which IPMMU H/W supports stage 2 translation
> table format.
> 
> 2. AArch64 support. Linux driver uses VMSAv8-32 mode, while Xen driver
> enables Armv8 VMSAv8-64 mode to cover up to 40 bit input address.
> 
> 3. Context bank (sets of page table) usage. In Xen, each context bank is
> mapped to one Xen domain. So, all devices being pass throughed to the
> same Xen domain share the same context bank.
> 
> 4. IPMMU device tracking. In Xen, all IOMMU devices are managed
> by single driver instance. So, driver uses global list to keep track
> of registered IPMMU devices.
> 
> Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx>
> CC: Julien Grall <julien.grall@xxxxxxx>
> CC: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx>

About this hardware handling, this patch seems good to me. But, since
I'm not familiar about Xen passthrough framework, I think I cannot
add my Reviewed-by tag into this patch. What do you think?

Best regards,
Yoshihiro Shimoda


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.