Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1719652
| From | Joonsoo Kim <iamjoonsoo.kim@lge.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] mm/mlock: use page_zone() instead of page_zone_id() |
| Date | 2017-08-25 02:00 +0200 |
| Message-ID | <uiacx-4T8-15@gated-at.bofh.it> (permalink) |
| References | <uhUKv-3oy-33@gated-at.bofh.it> <uhYbn-5DS-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Aug 24, 2017 at 01:05:15PM +0200, Vlastimil Babka wrote: > +CC Mel > > On 08/24/2017 09:20 AM, js1304@gmail.com wrote: > > From: Joonsoo Kim <iamjoonsoo.kim@lge.com> > > > > page_zone_id() is a specialized function to compare the zone for the pages > > that are within the section range. If the section of the pages are > > different, page_zone_id() can be different even if their zone is the same. > > This wrong usage doesn't cause any actual problem since > > __munlock_pagevec_fill() would be called again with failed index. However, > > it's better to use more appropriate function here. > > Hmm using zone id was part of the series making munlock faster. Too bad > it's doing the wrong thing on some memory models. Looks like it wasn't > evaluated in isolation, but only as part of the pagevec usage (commit > 7a8010cd36273) but most likely it wasn't contributing too much to the > 14% speedup. I roughly checked that patch and it seems that performance improvement of that commit isn't related to page_zone_id() usage. With page_zone(), we would have more chance that do a job as a batch. > > > This patch is also preparation for futher change about page_zone_id(). > > Out of curiosity, what kind of change? > I prepared one more patch that prevent another user of page_zone_id() since it is too tricky. However, I don't submit it. That description should be removed. :/ Thanks.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] mm/mlock: use page_zone() instead of page_zone_id() js1304@gmail.com - 2017-08-24 09:30 +0200
Re: [PATCH] mm/mlock: use page_zone() instead of page_zone_id() Vlastimil Babka <vbabka@suse.cz> - 2017-08-24 13:10 +0200
Re: [PATCH] mm/mlock: use page_zone() instead of page_zone_id() Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2017-08-25 02:00 +0200
Re: [PATCH] mm/mlock: use page_zone() instead of page_zone_id() Vlastimil Babka <vbabka@suse.cz> - 2017-08-25 10:50 +0200
csiph-web