From: "Leizhen (ThunderTown)" <thunder.leizhen@huawei.com>
To: Nate Watterson <nwatters@codeaurora.org>,
Will Deacon <will.deacon@arm.com>, Joerg Roedel <joro@8bytes.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
iommu <iommu@lists.linux-foundation.org>,
Robin Murphy <robin.murphy@arm.com>,
linux-kernel <linux-kernel@vger.kernel.org>
Cc: Jinyue Li <lijinyue@huawei.com>,
Kefeng Wang <wangkefeng.wang@huawei.com>,
Libin <huawei.libin@huawei.com>,
Hanjun Guo <guohanjun@huawei.com>
Subject: Re: [PATCH v2 0/3] arm-smmu: performance optimization
Date: Tue, 19 Sep 2017 14:26:53 +0800 [thread overview]
Message-ID: <59C0B8AD.4010201@huawei.com> (raw)
In-Reply-To: <6b051916-c49f-f9d0-81d8-05f857e4672e@codeaurora.org>
On 2017/9/19 12:31, Nate Watterson wrote:
> Hi Leizhen,
>
> On 9/12/2017 9:00 AM, Zhen Lei wrote:
>> v1 -> v2:
>> base on (add02cfdc9bc2 "iommu: Introduce Interface for IOMMU TLB Flushing")
>>
>> Zhen Lei (3):
>> iommu/arm-smmu-v3: put off the execution of TLBI* to reduce lock
>> confliction
>> iommu/arm-smmu-v3: add support for unmap an iova range with only one
>> tlb sync
>
> I tested these (2) patches on QDF2400 hardware and saw performance
> improvements in line with those I reported when testing the original
> series. I don't have any hardware close at hand to test the 3rd patch
> in the series so that will have to come from someone else.
Thanks a lot.
>
> Tested-by: Nate Watterson <nwatters@codeaurora.org>
>
> Thanks,
> Nate
>
>> iommu/arm-smmu: add support for unmap a memory range with only one tlb
>> sync
>>
>> drivers/iommu/arm-smmu-v3.c | 52 ++++++++++++++++++++++++++++++++++----
>> drivers/iommu/arm-smmu.c | 10 ++++++++
>> drivers/iommu/io-pgtable-arm-v7s.c | 32 +++++++++++++++--------
>> drivers/iommu/io-pgtable-arm.c | 30 ++++++++++++++--------
>> drivers/iommu/io-pgtable.h | 1 +
>> 5 files changed, 99 insertions(+), 26 deletions(-)
>>
>
--
Thanks!
BestRegards
WARNING: multiple messages have this Message-ID (diff)
From: thunder.leizhen@huawei.com (Leizhen (ThunderTown))
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] arm-smmu: performance optimization
Date: Tue, 19 Sep 2017 14:26:53 +0800 [thread overview]
Message-ID: <59C0B8AD.4010201@huawei.com> (raw)
In-Reply-To: <6b051916-c49f-f9d0-81d8-05f857e4672e@codeaurora.org>
On 2017/9/19 12:31, Nate Watterson wrote:
> Hi Leizhen,
>
> On 9/12/2017 9:00 AM, Zhen Lei wrote:
>> v1 -> v2:
>> base on (add02cfdc9bc2 "iommu: Introduce Interface for IOMMU TLB Flushing")
>>
>> Zhen Lei (3):
>> iommu/arm-smmu-v3: put off the execution of TLBI* to reduce lock
>> confliction
>> iommu/arm-smmu-v3: add support for unmap an iova range with only one
>> tlb sync
>
> I tested these (2) patches on QDF2400 hardware and saw performance
> improvements in line with those I reported when testing the original
> series. I don't have any hardware close at hand to test the 3rd patch
> in the series so that will have to come from someone else.
Thanks a lot.
>
> Tested-by: Nate Watterson <nwatters@codeaurora.org>
>
> Thanks,
> Nate
>
>> iommu/arm-smmu: add support for unmap a memory range with only one tlb
>> sync
>>
>> drivers/iommu/arm-smmu-v3.c | 52 ++++++++++++++++++++++++++++++++++----
>> drivers/iommu/arm-smmu.c | 10 ++++++++
>> drivers/iommu/io-pgtable-arm-v7s.c | 32 +++++++++++++++--------
>> drivers/iommu/io-pgtable-arm.c | 30 ++++++++++++++--------
>> drivers/iommu/io-pgtable.h | 1 +
>> 5 files changed, 99 insertions(+), 26 deletions(-)
>>
>
--
Thanks!
BestRegards
next prev parent reply other threads:[~2017-09-19 6:26 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-12 13:00 [PATCH v2 0/3] arm-smmu: performance optimization Zhen Lei
2017-09-12 13:00 ` Zhen Lei
2017-09-12 13:00 ` [PATCH v2 2/3] iommu/arm-smmu-v3: add support for unmap an iova range with only one tlb sync Zhen Lei
2017-09-12 13:00 ` Zhen Lei
[not found] ` <1505221238-9428-3-git-send-email-thunder.leizhen-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-10-18 13:00 ` Will Deacon
2017-10-18 13:00 ` Will Deacon
2017-10-18 13:00 ` Will Deacon
[not found] ` <20171018130003.GE4077-5wv7dgnIgG8@public.gmane.org>
2017-10-19 3:17 ` Leizhen (ThunderTown)
2017-10-19 3:17 ` Leizhen (ThunderTown)
2017-10-19 3:17 ` Leizhen (ThunderTown)
2017-09-12 13:00 ` [PATCH v2 3/3] iommu/arm-smmu: add support for unmap a memory " Zhen Lei
2017-09-12 13:00 ` Zhen Lei
[not found] ` <1505221238-9428-1-git-send-email-thunder.leizhen-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-09-12 13:00 ` [PATCH v2 1/3] iommu/arm-smmu-v3: put off the execution of TLBI* to reduce lock confliction Zhen Lei
2017-09-12 13:00 ` Zhen Lei
2017-09-12 13:00 ` Zhen Lei
[not found] ` <1505221238-9428-2-git-send-email-thunder.leizhen-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-10-18 12:58 ` Will Deacon
2017-10-18 12:58 ` Will Deacon
2017-10-18 12:58 ` Will Deacon
[not found] ` <20171018125849.GD4077-5wv7dgnIgG8@public.gmane.org>
2017-10-19 3:00 ` Leizhen (ThunderTown)
2017-10-19 3:00 ` Leizhen (ThunderTown)
2017-10-19 3:00 ` Leizhen (ThunderTown)
[not found] ` <59E8155D.2070102-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-10-19 9:12 ` Will Deacon
2017-10-19 9:12 ` Will Deacon
2017-10-19 9:12 ` Will Deacon
2017-09-19 4:31 ` [PATCH v2 0/3] arm-smmu: performance optimization Nate Watterson
2017-09-19 4:31 ` Nate Watterson
2017-09-19 4:31 ` Nate Watterson
2017-09-19 6:26 ` Leizhen (ThunderTown) [this message]
2017-09-19 6:26 ` Leizhen (ThunderTown)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=59C0B8AD.4010201@huawei.com \
--to=thunder.leizhen@huawei.com \
--cc=guohanjun@huawei.com \
--cc=huawei.libin@huawei.com \
--cc=iommu@lists.linux-foundation.org \
--cc=joro@8bytes.org \
--cc=lijinyue@huawei.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nwatters@codeaurora.org \
--cc=robin.murphy@arm.com \
--cc=wangkefeng.wang@huawei.com \
--cc=will.deacon@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.