From: Baoquan He <bhe@redhat.com>
To: Lorenzo Stoakes <lstoakes@gmail.com>,
Uladzislau Rezki <urezki@gmail.com>,
Michal Hocko <mhocko@suse.com>
Cc: lsf-pc@lists.linux-foundation.org, linux-mm@kvack.org
Subject: Re: [Lsf-pc] LSFMMBPF proposal [MM]: Eliminate vmap/vmalloc lock contention
Date: Tue, 25 Apr 2023 09:11:47 +0800 [thread overview]
Message-ID: <ZEco0+Q+pPNNLXDV@MiWiFi-R3L-srv> (raw)
In-Reply-To: <eab4b9c9-a3b9-4e65-82c9-f45936a60bcc@lucifer.local>
On 04/24/23 at 11:22am, Lorenzo Stoakes wrote:
> On Mon, Apr 24, 2023 at 12:08:22PM +0200, Uladzislau Rezki wrote:
> > On Mon, Apr 24, 2023 at 10:55:20AM +0200, Michal Hocko wrote:
> > > On Mon 24-04-23 09:44:00, Uladzislau Rezki wrote:
> > > > On Fri, Apr 21, 2023 at 02:03:43PM +0200, Michal Hocko wrote:
> > > > > On Tue 28-02-23 17:42:43, Uladzislau Rezki wrote:
> > > > > > Hello, LSF.
> > > > > >
> > > > > > Title: Introduce a per-cpu-vmap-cache to eliminate a vmap lock contention
> > > > > >
> > > > > > Description:
> > > > > > Currently the vmap code is not scaled to number of CPU cores in a system
> > > > > > because a global vmap space is protected by a single spinlock. Such approach
> > > > > > has a clear bottleneck if many CPUs simultaneously access to one resource.
> > > > > >
> > > > > > In this talk i would like to describe a drawback, show some data related
> > > > > > to contentions and places where those occur in a code. Apart of that i
> > > > > > would like to share ideas how to eliminate it providing a few approaches
> > > > > > and compare them.
> > > > >
> > > > > It's been some time since you brough this up. Has there been any
> > > > > progress on the topic? Do you still find it important to discuss it at
> > > > > LSFMM?
> > > > >
> > > > The idea about sequence was/is:
> > > >
> > > > 1) Give an overview on the proposal;
> > > > 2) Submit patches to address the problem;
> > > > 3) Start a discussion over lkml with people who are interested in it;
> > > > 4) Send out a complete solution.
> > >
> > > Thanks for the clarification. The usual LSFMM format is strongly
> > > discussion focused. Long presentations are usually discouraged and they
> > > should only introduce people to the underlying problem to kick of a
> > > discussion.
> > >
> > I have not posted yet any RFC and have not kicked it yet. Though people
> > are aware the problem.
> >
> > >
> > > That being said, IMO it would be helpful to have some material on the
> > > mailing list before any discussion could be productive.
> > >
> > This is what i have so far:
> >
> > wget ftp://vps418301.ovh.net/incoming/Fix_a_vmalloc_lock_contention_in_SMP_env.pdf
> >
> > I can, of course, move it forward over lkml only. If you are fully
> > booked or there other reason then please just withdraw my proposal
> > from your conference.
>
> For what it's worth I'm definitely interested in attending this session if
> it goes ahead. I am sure Baoquan, if he's attending LSF/MM, would be too! (cc'd).
Thanks for CC.
Yes, I am very interested in this topic, have read it from the beginning.
Unfortunately, I can't attend LSF/MM this year because of some reasons.
I look forward to learning the decision or conclusion of the sessin, and
reviewing Uladzislau's RFC or formal patchset later. Wish the session a
great success, and you guys a pleasant meeting and discussion.
Thanks
Baoquan
next prev parent reply other threads:[~2023-04-25 1:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-28 16:42 LSFMMBPF proposal [MM]: Eliminate vmap/vmalloc lock contention Uladzislau Rezki
2023-03-21 7:48 ` Lorenzo Stoakes
2023-04-21 12:03 ` [Lsf-pc] " Michal Hocko
2023-04-24 7:44 ` Uladzislau Rezki
2023-04-24 8:55 ` Michal Hocko
2023-04-24 10:08 ` Uladzislau Rezki
2023-04-24 10:22 ` Lorenzo Stoakes
2023-04-25 1:11 ` Baoquan He [this message]
2023-05-11 16:46 ` Uladzislau Rezki
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=ZEco0+Q+pPNNLXDV@MiWiFi-R3L-srv \
--to=bhe@redhat.com \
--cc=linux-mm@kvack.org \
--cc=lsf-pc@lists.linux-foundation.org \
--cc=lstoakes@gmail.com \
--cc=mhocko@suse.com \
--cc=urezki@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.