Re: [PATCH 0/4] powernv: kvm: numa fault improvement

2014-02-25 Thread Liu ping fan
Sorry to update lately. It takes a long time to apply for test machine and then, I hit a series of other bugs which I could not resolve easily. And for now, I have some high priority task, and will come back to this topic when time is available. Besides this, I had do some basic test for numa-fault

Re: [PATCH 0/4] powernv: kvm: numa fault improvement

2014-01-22 Thread Liu ping fan
On Wed, Jan 22, 2014 at 1:18 PM, Aneesh Kumar K.V wrote: > Paul Mackerras writes: > >> On Mon, Jan 20, 2014 at 03:48:36PM +0100, Alexander Graf wrote: >>> >>> On 15.01.2014, at 07:36, Liu ping fan wrote: >>> >>> > On Thu, Jan 9, 2014 at 8:08 PM, Alexander Graf wrote: >>> >> >>> >> On 11.12.2013

Re: [PATCH 0/4] powernv: kvm: numa fault improvement

2014-01-21 Thread Aneesh Kumar K.V
Paul Mackerras writes: > On Mon, Jan 20, 2014 at 03:48:36PM +0100, Alexander Graf wrote: >> >> On 15.01.2014, at 07:36, Liu ping fan wrote: >> >> > On Thu, Jan 9, 2014 at 8:08 PM, Alexander Graf wrote: >> >> >> >> On 11.12.2013, at 09:47, Liu Ping Fan wrote: >> >> >> >>> This series is bas

Re: [PATCH 0/4] powernv: kvm: numa fault improvement

2014-01-21 Thread Paul Mackerras
On Mon, Jan 20, 2014 at 03:48:36PM +0100, Alexander Graf wrote: > > On 15.01.2014, at 07:36, Liu ping fan wrote: > > > On Thu, Jan 9, 2014 at 8:08 PM, Alexander Graf wrote: > >> > >> On 11.12.2013, at 09:47, Liu Ping Fan wrote: > >> > >>> This series is based on Aneesh's series "[PATCH -V2

Re: [PATCH 0/4] powernv: kvm: numa fault improvement

2014-01-21 Thread Liu ping fan
On Tue, Jan 21, 2014 at 5:07 PM, Liu ping fan wrote: > On Tue, Jan 21, 2014 at 11:40 AM, Aneesh Kumar K.V > wrote: >> Liu ping fan writes: >> >>> On Mon, Jan 20, 2014 at 11:45 PM, Aneesh Kumar K.V >>> wrote: Liu ping fan writes: > On Thu, Jan 9, 2014 at 8:08 PM, Alexander Graf w

Re: [PATCH 0/4] powernv: kvm: numa fault improvement

2014-01-21 Thread Liu ping fan
On Tue, Jan 21, 2014 at 11:40 AM, Aneesh Kumar K.V wrote: > Liu ping fan writes: > >> On Mon, Jan 20, 2014 at 11:45 PM, Aneesh Kumar K.V >> wrote: >>> Liu ping fan writes: >>> On Thu, Jan 9, 2014 at 8:08 PM, Alexander Graf wrote: > > On 11.12.2013, at 09:47, Liu Ping Fan wrote: >

Re: [PATCH 0/4] powernv: kvm: numa fault improvement

2014-01-20 Thread Aneesh Kumar K.V
Liu ping fan writes: > On Mon, Jan 20, 2014 at 11:45 PM, Aneesh Kumar K.V > wrote: >> Liu ping fan writes: >> >>> On Thu, Jan 9, 2014 at 8:08 PM, Alexander Graf wrote: On 11.12.2013, at 09:47, Liu Ping Fan wrote: > This series is based on Aneesh's series "[PATCH -V2 0/5] p

Re: [PATCH 0/4] powernv: kvm: numa fault improvement

2014-01-20 Thread Liu ping fan
On Mon, Jan 20, 2014 at 11:45 PM, Aneesh Kumar K.V wrote: > Liu ping fan writes: > >> On Thu, Jan 9, 2014 at 8:08 PM, Alexander Graf wrote: >>> >>> On 11.12.2013, at 09:47, Liu Ping Fan wrote: >>> This series is based on Aneesh's series "[PATCH -V2 0/5] powerpc: mm: Numa faults supp

Re: [PATCH 0/4] powernv: kvm: numa fault improvement

2014-01-20 Thread Aneesh Kumar K.V
Liu ping fan writes: > On Thu, Jan 9, 2014 at 8:08 PM, Alexander Graf wrote: >> >> On 11.12.2013, at 09:47, Liu Ping Fan wrote: >> >>> This series is based on Aneesh's series "[PATCH -V2 0/5] powerpc: mm: Numa >>> faults support for ppc64" >>> >>> For this series, I apply the same idea from t

Re: [PATCH 0/4] powernv: kvm: numa fault improvement

2014-01-20 Thread Alexander Graf
On 15.01.2014, at 07:36, Liu ping fan wrote: > On Thu, Jan 9, 2014 at 8:08 PM, Alexander Graf wrote: >> >> On 11.12.2013, at 09:47, Liu Ping Fan wrote: >> >>> This series is based on Aneesh's series "[PATCH -V2 0/5] powerpc: mm: Numa >>> faults support for ppc64" >>> >>> For this series,

Re: [PATCH 0/4] powernv: kvm: numa fault improvement

2014-01-14 Thread Liu ping fan
On Thu, Jan 9, 2014 at 8:08 PM, Alexander Graf wrote: > > On 11.12.2013, at 09:47, Liu Ping Fan wrote: > >> This series is based on Aneesh's series "[PATCH -V2 0/5] powerpc: mm: Numa >> faults support for ppc64" >> >> For this series, I apply the same idea from the previous thread "[PATCH 0/3]

Re: [PATCH 0/4] powernv: kvm: numa fault improvement

2014-01-09 Thread Alexander Graf
On 11.12.2013, at 09:47, Liu Ping Fan wrote: > This series is based on Aneesh's series "[PATCH -V2 0/5] powerpc: mm: Numa > faults support for ppc64" > > For this series, I apply the same idea from the previous thread "[PATCH 0/3] > optimize for powerpc _PAGE_NUMA" > (for which, I still try

[PATCH 0/4] powernv: kvm: numa fault improvement

2013-12-11 Thread Liu Ping Fan
This series is based on Aneesh's series "[PATCH -V2 0/5] powerpc: mm: Numa faults support for ppc64" For this series, I apply the same idea from the previous thread "[PATCH 0/3] optimize for powerpc _PAGE_NUMA" (for which, I still try to get a machine to show nums) But for this series, I think