[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
<SN6PR02MB415745AA09BE9E468001EFBED40E2@SN6PR02MB4157.namprd02.prod.outlook.com>
Date: Thu, 18 Apr 2024 15:25:47 +0000
From: Michael Kelley <mhklinux@...look.com>
To: Matthew Wilcox <willy@...radead.org>
CC: "robin.murphy@....com" <robin.murphy@....com>, "joro@...tes.org"
<joro@...tes.org>, "will@...nel.org" <will@...nel.org>, "hch@....de"
<hch@....de>, "m.szyprowski@...sung.com" <m.szyprowski@...sung.com>,
"corbet@....net" <corbet@....net>, "iommu@...ts.linux.dev"
<iommu@...ts.linux.dev>, "linux-kernel@...r.kernel.org"
<linux-kernel@...r.kernel.org>, "linux-doc@...r.kernel.org"
<linux-doc@...r.kernel.org>, "petr@...arici.cz" <petr@...arici.cz>,
"roberto.sassu@...weicloud.com" <roberto.sassu@...weicloud.com>
Subject: RE: [PATCH 1/1] Documentation/core-api: Add swiotlb documentation
From: Matthew Wilcox <willy@...radead.org> Sent: Thursday, April 18, 2024 7:29 AM
>
> On Thu, Apr 18, 2024 at 06:52:13AM -0700, mhkelley58@...il.com wrote:
> > There's currently no documentation for the swiotlb. Add documentation
> > describing usage scenarios, the key APIs, and implementation details.
> > Group the new documentation with other DMA-related documentation.
>
> This is really well written. Thank you. One minor nit below.
>
> > +Usage Scenarios
> > +---------------
> > +The swiotlb was originally created to handle DMA for devices
> > +with addressing limitations. As physical memory sizes grew
> > +beyond 4 Gbytes, some devices could only provide 32-bit DMA
> > +addresses. By allocating bounce buffer memory below the 4 Gbyte
>
> I'd prefer GiB to Gbytes; we might also prefer GB, Gigabyte or Gibibyte,
> but Gbytes seems wrong.
Good point. I'll update sizes throughout to use the correct terminology.
Michael
>
> You've written a lot here, and I'm not an expert on swiommu, but nothing
> else leapt out at me.
Powered by blists - more mailing lists