iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: Lu Baolu <baolu.lu@linux.intel.com>
To: Robin Murphy <robin.murphy@arm.com>,
	Chuck Lever <chuck.lever@oracle.com>
Cc: "isaacm@codeaurora.org" <isaacm@codeaurora.org>,
	linux-rdma <linux-rdma@vger.kernel.org>,
	Will Deacon <will@kernel.org>,
	"murphyt7@tcd.ie" <murphyt7@tcd.ie>,
	"iommu@lists.linux-foundation.org"
	<iommu@lists.linux-foundation.org>,
	"logang@deltatee.com" <logang@deltatee.com>,
	Christoph Hellwig <hch@lst.de>
Subject: Re: performance regression noted in v5.11-rc after c062db039f40
Date: Sun, 24 Jan 2021 15:17:03 +0800	[thread overview]
Message-ID: <463fdf02-3d8e-37d3-c819-4a3c173a4138@linux.intel.com> (raw)
In-Reply-To: <f1d38e5a-3136-172f-c792-0bbf59131514@arm.com>

On 2021/1/23 1:38, Robin Murphy wrote:
>>> I kind of believe it's due to the indirect calls. This is also reported
>>> on ARM.
>>>
>>> https://lore.kernel.org/linux-iommu/1610376862-927-1-git-send-email-isaacm@codeaurora.org/ 
>>>
>>>
>>> Maybe we can try changing indirect calls to static ones to verify this
>>> problem.
>>
>> I liked the idea of map_sg() enough to try my hand at building a PoC for
>> Intel, based on Isaac's patch series. It's just a cut-and-paste of the
>> generic iommu.c code with the indirect calls to ops->map() replaced.
>>
>> The indirect calls do not seem to be the problem. Calling intel_iommu_map
>> directly appears to be as costly as calling it indirectly.
>>
>> However, perhaps there are other ways map_sg() can be beneficial. In
>> v5.10, __domain_mapping and iommu_flush_write_buffer() appear to be
>> invoked just once for each large map operation, for example.
> 
> Oh, if the driver needs to do maintenance beyond just installing PTEs, 
> that should probably be devolved to iotlb_sync_map anyway. There's a 
> patch series here generalising that to be more useful, which is 
> hopefully just waiting to be merged now:
> 
> https://lore.kernel.org/linux-iommu/20210107122909.16317-1-yong.wu@mediatek.com/ 
> 

The iotlb_sync_map() could help here as far as I can see. I will post a
call-for-test patch set later.

> 
> Robin.

Best regards,
baolu
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

      parent reply	other threads:[~2021-01-24  7:17 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08 21:18 performance regression noted in v5.11-rc after c062db039f40 Chuck Lever
2021-01-12 14:38 ` Will Deacon
2021-01-13  2:25   ` Lu Baolu
2021-01-13 14:07     ` Chuck Lever
2021-01-13 18:30       ` Chuck Lever
2021-01-18 16:18   ` Chuck Lever
2021-01-18 18:00     ` Robin Murphy
2021-01-18 20:09       ` Chuck Lever
2021-01-19  1:22         ` Lu Baolu
2021-01-19 14:37           ` Chuck Lever
2021-01-20  2:11             ` Lu Baolu
2021-01-20 20:25               ` Chuck Lever
2021-01-21 19:09       ` Chuck Lever
2021-01-22  3:00         ` Lu Baolu
2021-01-22 16:18           ` Chuck Lever
2021-01-22 17:38             ` Robin Murphy
2021-01-22 18:38               ` Chuck Lever
2021-01-24  7:17               ` Lu Baolu [this message]

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=463fdf02-3d8e-37d3-c819-4a3c173a4138@linux.intel.com \
    --to=baolu.lu@linux.intel.com \
    --cc=chuck.lever@oracle.com \
    --cc=hch@lst.de \
    --cc=iommu@lists.linux-foundation.org \
    --cc=isaacm@codeaurora.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=logang@deltatee.com \
    --cc=murphyt7@tcd.ie \
    --cc=robin.murphy@arm.com \
    --cc=will@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).