From: sjg Date: Fri, 22 Feb 2013 08:45:42 +0000 (-0800) Subject: (no commit message) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/4fcf3f2c29b00bf3864bb433ad28a2da043a96d3?ds=sidebyside --- diff --git a/docs/developer/gsocprojectspage/index.mdwn b/docs/developer/gsocprojectspage/index.mdwn index 473d0008..69a58063 100644 --- a/docs/developer/gsocprojectspage/index.mdwn +++ b/docs/developer/gsocprojectspage/index.mdwn @@ -64,7 +64,7 @@ Meta information: --- -##### Make DragonFly NUMA-aware +##### Make allocation in the DragonFly kernel NUMA-aware * Parse related ACPI tables * NUMA-aware memory allocation @@ -74,6 +74,8 @@ Meta information: [NetBSD NUMA diff](http://www.netbsd.org/~cegger/numa2.diff) [NetBSD NUMA x86 diff](http://www.netbsd.org/~cegger/numa_x86.diff) (These patches now in NetBSD tree) +* This is a huge project, the initial GSoC portion of this project should focus only on creating infrastructure and proving out that infrastructure. The initial work should attempt to not create or enforce any specific allocation _policies_ based on the available NUMA information, simply provide that information in an easy to access and use fashion and create the possibility at various levels of implementing a future allocation policy. This could be initially proven out with simple dummy policies. + Meta information: * Prerequisites: C, introductory computer architecture