From: Uladzislau Rezki <urezki@gmail.com>
To: Huan Yang <link@vivo.com>
Cc: Uladzislau Rezki <urezki@gmail.com>,
"Vishal Moola (Oracle)" <vishal.moola@gmail.com>,
linux-mm@kvack.org, Andrew Morton <akpm@linux-foundation.org>,
Brendan Jackman <jackmanb@google.com>,
linux-kernel@vger.kernel.org
Subject: Re: [RFC PATCH v2 0/1] Introduce vmap_file()
Date: Tue, 1 Apr 2025 18:43:33 +0200 [thread overview]
Message-ID: <Z-wXtZfrxVXfjFIB@pc636> (raw)
In-Reply-To: <a0b86b75-5f84-4cf2-b69e-c20dd9d025fc@vivo.com>
On Tue, Apr 01, 2025 at 07:09:57PM +0800, Huan Yang wrote:
>
> 在 2025/4/1 17:47, Uladzislau Rezki 写道:
> > On Tue, Apr 01, 2025 at 02:08:53PM +0800, Huan Yang wrote:
> > > 在 2025/4/1 11:19, Vishal Moola (Oracle) 写道:
> > > > On Tue, Apr 01, 2025 at 10:21:46AM +0800, Huan Yang wrote:
> > > > > 在 2025/4/1 09:50, Vishal Moola (Oracle) 写道:
> > > > > > On Mon, Mar 31, 2025 at 10:05:53AM +0800, Huan Yang wrote:
> > > > > > > HI Vishal,
> > > > > > >
> > > > > > > 在 2025/3/29 05:13, Vishal Moola (Oracle) 写道:
> > > > > > > > Currently, users have to call vmap() or vmap_pfn() to map pages to
> > > > > > > > kernel virtual space. vmap_pfn() is for special pages (i.e. pfns
> > > > > > > > without struct page). vmap() handles normal pages.
> > > > > > > >
> > > > > > > > With large folios, we may want to map ranges that only span
> > > > > > > > part of a folio (i.e. mapping half of a 2Mb folio).
> > > > > > > > vmap_file() will allow us to do so.
> > > > > > > You mention vmap_file can support range folio vmap, but when I look code, I can't figure out
> > > > > > >
> > > > > > > how to use, maybe I missed something? :)
> > > > > > I took a look at the udma-buf code. Rather than iterating through the
> > > > > > folios using pfns, you can calculate the corresponding file offsets
> > > > > > (maybe you already have them?) to map the desired folios.
> > > > > Currently udmabuf folio's not simple based on file(even each memory from memfd). User can provide
> > > > >
> > > > > random range of memfd to udmabuf to use. For example:
> > > > >
> > > > > We get a memfd maybe 4M, user split it into [0, 2M), [1M, 2M), [2M, 4M), so you can see 1M-2M range repeat.
> > > > >
> > > > > This range can gathered by udmabuf_create_list, then udmabuf use it. So, udmabuf record it by folio array+offset array.
> Here, :)
> > > > I was thinking you could call vmap_file() on every sub-range and use
> > > > those addresses. It should work, we'd have to look at making udmabuf api's
> > > > support it.
> > > Hmmm, how to get contigous virtual address? Or there are a way to merge each split vmap's return address?
> > >
> > The patch in question maps whole file to continues memory as i see, but
> > i can miss something. Partly populate technique requires to get an area
> Hmm, maybe you missed ahead talk, I point above. :)
>
I pointed to how BPF does it, probably it would just give you both some
extra input.
--
Uladzislau Rezki
next prev parent reply other threads:[~2025-04-01 16:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-28 21:13 Vishal Moola (Oracle)
2025-03-28 21:13 ` [RFC PATCH v2 1/1] mm/vmalloc: " Vishal Moola (Oracle)
2025-03-31 2:05 ` [RFC PATCH v2 0/1] " Huan Yang
2025-04-01 1:50 ` Vishal Moola (Oracle)
2025-04-01 2:21 ` Huan Yang
2025-04-01 3:19 ` Vishal Moola (Oracle)
2025-04-01 6:08 ` Huan Yang
2025-04-01 9:47 ` Uladzislau Rezki
2025-04-01 11:09 ` Huan Yang
2025-04-01 16:43 ` Uladzislau Rezki [this message]
2025-04-01 17:31 ` Vishal Moola (Oracle)
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=Z-wXtZfrxVXfjFIB@pc636 \
--to=urezki@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=jackmanb@google.com \
--cc=link@vivo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=vishal.moola@gmail.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