From: Robin Murphy <robin.murphy@arm.com>
To: Christoph Hellwig <hch@lst.de>
Cc: iommu@lists.linux-foundation.org, David Rientjes <rientjes@google.com>
Subject: Re: [PATCH 04/11] dma-direct: clean up the remapping checks in dma_direct_alloc
Date: Tue, 7 Dec 2021 12:43:08 +0000 [thread overview]
Message-ID: <8868f719-f6fe-4210-cd2d-03075dd49d53@arm.com> (raw)
In-Reply-To: <20211207114943.GB20713@lst.de>
On 2021-12-07 11:49, Christoph Hellwig wrote:
> On Mon, Dec 06, 2021 at 04:33:10PM +0000, Robin Murphy wrote:
>> On 2021-11-11 06:50, Christoph Hellwig wrote:
>>> Add two local variables to track if we want to remap the returned
>>> address using vmap or call dma_set_uncached and use that to simplify
>>> the code flow.
>>
>> I still wonder about the asymmetry between the remap and set_uncached cases
>> WRT the memset(), which stands out even more the further we clean things
>> up, but that's another matter.
>
> The memset for the remap case obviously needs to be done after
> remapping.
For highmem and certain encryption setups, yes, but plain non-cacheable
remaps like on arm64 could technically be done either way round.
> OTOH for the set_uncached case the memset is much faste
> when done on the cached mapping, which must be done before calling
> arch_dma_set_uncached.
Indeed the memset() itself will be faster, but a fair amount of that
"saving" will just be punting work to arch_dma_prep_coherent() -
ultimately the same number of bytes of zeros has to be pushed out into
the memory system either way. It should certainly be somewhat more
efficient in that any previously-dirty cache lines won't get written out
twice, and background cache eviction allows a bit more overlap of
operations, but I'm wondering how significant a difference it really is
in practice.
Really, though, I'm thinking ahead to the remap-in-place idea using
set_memory_*() or similar, and where that might fit into all this, as it
seems to be about equal parts remap, set_uncached, and neither.
Robin.
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
next prev parent reply other threads:[~2021-12-07 12:43 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-11 6:50 dma-direct fixes and cleanups v3 Christoph Hellwig
2021-11-11 6:50 ` [PATCH 01/11] dma-direct: factor out dma_set_{de,en}crypted helpers Christoph Hellwig
2021-11-11 6:50 ` [PATCH 02/11] dma-direct: don't call dma_set_decrypted for remapped allocations Christoph Hellwig
2021-11-11 6:50 ` [PATCH 03/11] dma-direct: always leak memory that can't be re-encrypted Christoph Hellwig
2021-12-06 16:32 ` Robin Murphy
2021-12-07 11:48 ` Christoph Hellwig
2021-11-11 6:50 ` [PATCH 04/11] dma-direct: clean up the remapping checks in dma_direct_alloc Christoph Hellwig
2021-12-06 16:33 ` Robin Murphy
2021-12-07 11:49 ` Christoph Hellwig
2021-12-07 12:43 ` Robin Murphy [this message]
2021-11-11 6:50 ` [PATCH 05/11] dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocations Christoph Hellwig
2021-11-11 6:50 ` [PATCH 06/11] dma-direct: refactor the !coherent checks in dma_direct_alloc Christoph Hellwig
2021-12-06 16:33 ` Robin Murphy
2021-11-11 6:50 ` [PATCH 07/11] dma-direct: fail allocations that can't be made coherent Christoph Hellwig
2021-12-06 16:33 ` Robin Murphy
2021-11-11 6:50 ` [PATCH 08/11] dma-direct: warn if there is no pool for force unencrypted allocations Christoph Hellwig
2021-11-11 6:50 ` [PATCH 09/11] dma-direct: drop two CONFIG_DMA_RESTRICTED_POOL conditionals Christoph Hellwig
2021-11-11 6:50 ` [PATCH 10/11] dma-direct: factor the swiotlb code out of __dma_direct_alloc_pages Christoph Hellwig
2021-11-11 6:50 ` [PATCH 11/11] dma-direct: add a dma_direct_use_pool helper Christoph Hellwig
2021-12-08 15:44 ` Marek Szyprowski
2021-12-08 15:48 ` Christoph Hellwig
2021-11-16 11:31 ` dma-direct fixes and cleanups v3 Robin Murphy
2021-11-17 5:51 ` Christoph Hellwig
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=8868f719-f6fe-4210-cd2d-03075dd49d53@arm.com \
--to=robin.murphy@arm.com \
--cc=hch@lst.de \
--cc=iommu@lists.linux-foundation.org \
--cc=rientjes@google.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox