Re: [PATCH 00/14] numa aware allocation for pacas, stacks, pagetables

2018-03-29 Thread Nicholas Piggin
On Thu, 29 Mar 2018 17:18:12 +1100 Michael Ellerman wrote: > Nicholas Piggin writes: > > On Wed, 07 Mar 2018 21:50:04 +1100 > > Michael Ellerman wrote: > >> Nicholas Piggin writes: > >> > This series allows numa aware allocations for various early data > >> > structures for radix. Hash sti

Re: [PATCH 00/14] numa aware allocation for pacas, stacks, pagetables

2018-03-28 Thread Michael Ellerman
Nicholas Piggin writes: > On Wed, 07 Mar 2018 21:50:04 +1100 > Michael Ellerman wrote: >> Nicholas Piggin writes: >> > This series allows numa aware allocations for various early data >> > structures for radix. Hash still has a bolted SLB limitation that >> > prevents at least pacas and stacks f

Re: [PATCH 00/14] numa aware allocation for pacas, stacks, pagetables

2018-03-07 Thread Nicholas Piggin
On Wed, 07 Mar 2018 21:50:04 +1100 Michael Ellerman wrote: > Nicholas Piggin writes: > > > This series allows numa aware allocations for various early data > > structures for radix. Hash still has a bolted SLB limitation that > > prevents at least pacas and stacks from node-affine allocations.

Re: [PATCH 00/14] numa aware allocation for pacas, stacks, pagetables

2018-03-07 Thread Nicholas Piggin
On Wed, 07 Mar 2018 21:50:04 +1100 Michael Ellerman wrote: > Nicholas Piggin writes: > > > This series allows numa aware allocations for various early data > > structures for radix. Hash still has a bolted SLB limitation that > > prevents at least pacas and stacks from node-affine allocations.

Re: [PATCH 00/14] numa aware allocation for pacas, stacks, pagetables

2018-03-07 Thread Michael Ellerman
Nicholas Piggin writes: > This series allows numa aware allocations for various early data > structures for radix. Hash still has a bolted SLB limitation that > prevents at least pacas and stacks from node-affine allocations. > > Fixed up a number of bugs, got pSeries working, added a couple more