linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] De-couple sysfs memory directories from memory sections
@ 2010-07-12 15:27 Nathan Fontenot
  2010-07-16  7:13 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Nathan Fontenot @ 2010-07-12 15:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: linuxppc-dev

This set of patches de-couples the idea that there is a single
directory in sysfs for each memory section.  The intent of the
patches is to reduce the number of sysfs directories created to
resolve a boot-time performance issue.  On very large systems
boot time are getting very long (as seen on powerpc hardware)
due to the enormous number of sysfs directories being created.
On a system with 1 TB of memory we create ~63,000 directories.
For even larger systems boot times are being measured in hours.

This set of patches allows for each directory created in sysfs
to cover more than one memory section.  The default behavior for
sysfs directory creation is the same, in that each directory
represents a single memory section.  This update also adds to
new files to each sysfs memory directory.  The file 'end_phys_index'
contains the physical id of the last memory section covered by
the directory.  The file 'split' allows for splitting the 
directory in two, with each new directory covering half as many
memory sections as the previous directory.

Thanks,

Nathan Fontenot

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-07-16 15:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <f5t7d-2ZJ-23@gated-at.bofh.it>
2010-07-12 19:30 ` [PATCH 0/7] De-couple sysfs memory directories from memory sections Bodo Eggert
2010-07-13  2:28   ` Nathan Fontenot
2010-07-12 15:27 Nathan Fontenot
2010-07-16  7:13 ` Greg KH
2010-07-16 15:41   ` Nathan Fontenot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).