Re: [PATCH 2/2] mm: Add sysfs interface to dump each node's zonelist information

2016-09-01 Thread Anshuman Khandual
On 09/01/2016 02:42 AM, Andrew Morton wrote: > On Wed, 31 Aug 2016 08:55:50 +0530 Anshuman Khandual > wrote: > >> Each individual node in the system has a ZONELIST_FALLBACK zonelist >> and a ZONELIST_NOFALLBACK zonelist. These zonelists decide fallback >> order of zones during memory allocations

Re: [PATCH 2/2] mm: Add sysfs interface to dump each node's zonelist information

2016-08-31 Thread Andrew Morton
On Wed, 31 Aug 2016 08:55:50 +0530 Anshuman Khandual wrote: > Each individual node in the system has a ZONELIST_FALLBACK zonelist > and a ZONELIST_NOFALLBACK zonelist. These zonelists decide fallback > order of zones during memory allocations. Sometimes it helps to dump > these zonelists to see

[PATCH 2/2] mm: Add sysfs interface to dump each node's zonelist information

2016-08-30 Thread Anshuman Khandual
Each individual node in the system has a ZONELIST_FALLBACK zonelist and a ZONELIST_NOFALLBACK zonelist. These zonelists decide fallback order of zones during memory allocations. Sometimes it helps to dump these zonelists to see the priority order of various zones in them. This change just adds a sy