Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1318458
| From | Dan Williams <dan.j.williams@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA |
| Date | 2016-01-27 00:20 +0100 |
| Message-ID | <qVl3X-2ZP-9@gated-at.bofh.it> (permalink) |
| References | <qUZmN-3oM-3@gated-at.bofh.it> <qVk7V-2la-21@gated-at.bofh.it> <qVkrg-2uO-17@gated-at.bofh.it> <qVkKC-2Cf-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jan 26, 2016 at 2:51 PM, Andrew Morton <akpm@linux-foundation.org> wrote: > On Tue, 26 Jan 2016 14:33:48 -0800 Dan Williams <dan.j.williams@intel.com> wrote: > >> >> Towards this end, alias ZONE_DMA and ZONE_DEVICE to work around needing >> >> to maintain a unique zone number for ZONE_DEVICE. Record the geometry >> >> of ZONE_DMA at init (->init_spanned_pages) and use that information in >> >> is_zone_device_page() to differentiate pages allocated via >> >> devm_memremap_pages() vs true ZONE_DMA pages. Otherwise, use the >> >> simpler definition of is_zone_device_page() when ZONE_DMA is turned off. >> >> >> >> Note that this also teaches the memory hot remove path that the zone may >> >> not have sections for all pfn spans (->zone_dyn_start_pfn). >> >> >> >> A user visible implication of this change is potentially an unexpectedly >> >> high "spanned" value in /proc/zoneinfo for the DMA zone. >> > >> > Well, all these icky tricks are to avoid increasing ZONES_SHIFT, yes? >> > Is it possible to just use ZONES_SHIFT=3? >> >> Last I tried I hit this warning in mm/memory.c >> >> #warning Unfortunate NUMA and NUMA Balancing config, growing >> page-frame for last_cpupid. > > Well yes, it may take a bit of work - perhaps salvaging a bit from > somewhere else if poss. But that might provide a better overall > solution so could you please have a think? > Will do, especially since other efforts are feeling the pinch on the MAX_NR_ZONES limitation.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Dan Williams <dan.j.williams@intel.com> - 2016-01-26 01:10 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-01-26 07:10 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Dan Williams <dan.j.williams@intel.com> - 2016-01-26 18:10 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA "Mark" <markk@clara.co.uk> - 2016-01-26 21:10 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Vlastimil Babka <vbabka@suse.cz> - 2016-01-26 22:50 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Dan Williams <dan.j.williams@intel.com> - 2016-01-26 22:50 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Andrew Morton <akpm@linux-foundation.org> - 2016-01-26 23:20 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Dan Williams <dan.j.williams@intel.com> - 2016-01-26 23:40 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Andrew Morton <akpm@linux-foundation.org> - 2016-01-27 00:00 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Dan Williams <dan.j.williams@intel.com> - 2016-01-27 00:20 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2016-01-27 02:20 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Dan Williams <dan.j.williams@intel.com> - 2016-01-27 02:40 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2016-01-27 03:20 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Dan Williams <dan.j.williams@intel.com> - 2016-01-27 04:30 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2016-01-27 05:00 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Dan Williams <dan.j.williams@intel.com> - 2016-01-27 05:30 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2016-01-27 07:00 +0100
Re: [RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA Mel Gorman <mgorman@suse.de> - 2016-01-27 08:50 +0100
csiph-web