[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230421170934.185a03a0@meshulam.tesarici.cz>
Date: Fri, 21 Apr 2023 17:09:34 +0200
From: Petr Tesařík <petr@...arici.cz>
To: Robin Murphy <robin.murphy@....com>
Cc: Christoph Hellwig <hch@....de>,
Petr Tesarik <petrtesarik@...weicloud.com>,
Jonathan Corbet <corbet@....net>,
Marek Szyprowski <m.szyprowski@...sung.com>,
Borislav Petkov <bp@...e.de>,
"Paul E. McKenney" <paulmck@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Randy Dunlap <rdunlap@...radead.org>,
Damien Le Moal <damien.lemoal@...nsource.wdc.com>,
Kim Phillips <kim.phillips@....com>,
"Steven Rostedt (Google)" <rostedt@...dmis.org>,
"open list:DOCUMENTATION" <linux-doc@...r.kernel.org>,
open list <linux-kernel@...r.kernel.org>,
"open list:DMA MAPPING HELPERS" <iommu@...ts.linux.dev>,
Roberto Sassu <roberto.sassu@...wei.com>,
Alexander Graf <graf@...zon.com>
Subject: Re: [RFC v1 3/4] swiotlb: Allow dynamic allocation of bounce
buffers
Hi Robin,
On Fri, 21 Apr 2023 15:58:18 +0100
Robin Murphy <robin.murphy@....com> wrote:
> On 2023-04-21 14:03, Petr Tesařík wrote:
>[...]
> > Here my question: What did you want for DMA fields?
> >
> > A. Only grouping those fields in their own struct?
> > B. Or move the definition to another include file (cf. MAINTAINERS)?
> > C. Or store a pointer in struct device?
>
> dev->dma_parms is already this, and IIRC still has some very old
> comments somewhere about consolidating the other DMA-related fields in
> there.
Thank you for the hint! I have actually seen dma_parms, but since it
can be NULL and was initialized from various drivers, it did not occur
to me that NULL simply means not DMA-capable.
This is really helpful.
Petr T
> > Since you mentioned "allocated", it sounds like you want to achieve C,
> > but:
> >
> > 1. Is it worth the extra dereference for every use?
> > 2. How should the struct be allocated? Presumably not with kmalloc() in
> > device_initialize(), because I don't know how to determine if a
> > device is DMA capable this low in the call stack. So, should it be
> > allocated together with the containing structure? AFAICS this would
> > mean changing nearly all device drivers...
>
> The bus code knows whether it's a DMA-capable bus or not, and as such
> should already be providing a .dma_configure method and/or performing
> some initialisation of DMA fields. Many of the ones that would need to
> are already providing dma_parms, in fact.
>
> Thanks,
> Robin.
>
> >
> > As you can see, I need some more guidance from you before I can start
> > working on this. ;-)
> >
> > Petr T
Powered by blists - more mailing lists