Re: [Libhugetlbfs-devel] [PATCH 1/7] Basic support for multiple hugetlbfs mount points

2008-09-10 Thread Mel Gorman
On (27/08/08 18:34), Adam Litke didst pronounce: > An upcoming release of the Linux kernel will support simultaneous use of > multiple huge page sizes. Each size will be accessed through its own > specially-mounted hugetlbfs filesystem. The first step in enabling > libhugetlbfs to support multipl

Re: [Libhugetlbfs-devel] [PATCH 1/7] Basic support for multiple hugetlbfs mount points

2008-09-02 Thread David Gibson
On Tue, Sep 02, 2008 at 08:54:02AM -0500, Adam Litke wrote: > On Mon, 2008-09-01 at 15:45 +1000, David Gibson wrote: > > On Fri, Aug 29, 2008 at 09:51:35AM -0500, Adam Litke wrote: > > > On Fri, 2008-08-29 at 15:42 +1000, David Gibson wrote: > > > > On Wed, Aug 27, 2008 at 06:34:41PM +, Adam Li

Re: [Libhugetlbfs-devel] [PATCH 1/7] Basic support for multiple hugetlbfs mount points

2008-09-02 Thread Adam Litke
On Mon, 2008-09-01 at 15:45 +1000, David Gibson wrote: > On Fri, Aug 29, 2008 at 09:51:35AM -0500, Adam Litke wrote: > > On Fri, 2008-08-29 at 15:42 +1000, David Gibson wrote: > > > On Wed, Aug 27, 2008 at 06:34:41PM +, Adam Litke wrote: > [snip] > > > Hrm. Something about the structure of all

Re: [Libhugetlbfs-devel] [PATCH 1/7] Basic support for multiple hugetlbfs mount points

2008-08-31 Thread David Gibson
On Fri, Aug 29, 2008 at 09:51:35AM -0500, Adam Litke wrote: > On Fri, 2008-08-29 at 15:42 +1000, David Gibson wrote: > > On Wed, Aug 27, 2008 at 06:34:41PM +, Adam Litke wrote: [snip] > > Hrm. Something about the structure of all this bothers me, but I'm > > going to have to think some more on

Re: [Libhugetlbfs-devel] [PATCH 1/7] Basic support for multiple hugetlbfs mount points

2008-08-29 Thread Adam Litke
On Fri, 2008-08-29 at 15:42 +1000, David Gibson wrote: > On Wed, Aug 27, 2008 at 06:34:41PM +, Adam Litke wrote: > > An upcoming release of the Linux kernel will support simultaneous use of > > multiple huge page sizes. Each size will be accessed through its own > > specially-mounted hugetlbfs

Re: [Libhugetlbfs-devel] [PATCH 1/7] Basic support for multiple hugetlbfs mount points

2008-08-28 Thread David Gibson
On Wed, Aug 27, 2008 at 06:34:41PM +, Adam Litke wrote: > An upcoming release of the Linux kernel will support simultaneous use of > multiple huge page sizes. Each size will be accessed through its own > specially-mounted hugetlbfs filesystem. The first step in enabling > libhugetlbfs to supp

[Libhugetlbfs-devel] [PATCH 1/7] Basic support for multiple hugetlbfs mount points

2008-08-27 Thread Adam Litke
An upcoming release of the Linux kernel will support simultaneous use of multiple huge page sizes. Each size will be accessed through its own specially-mounted hugetlbfs filesystem. The first step in enabling libhugetlbfs to support multiple simultaneous page sizes is enabling the support of mult