Re: [RFC/RFT PATCH v2 0/5] Unify NUMA implementation between ARM64 & RISC-V

2020-09-18 Thread Atish Patra
On Fri, Sep 18, 2020 at 9:06 AM Jonathan Cameron wrote: > > On Mon, 14 Sep 2020 12:33:59 -0700 > Atish Patra wrote: > > > On Mon, Sep 14, 2020 at 1:07 AM Jonathan Cameron > > wrote: > > > > > > On Fri, 11 Sep 2020 18:34:36 -0700 > > > Atish Patra wrote: > > > > > > > > > Hi Atish, > > > > > > I

Re: [RFC/RFT PATCH v2 0/5] Unify NUMA implementation between ARM64 & RISC-V

2020-09-18 Thread Jonathan Cameron
On Mon, 14 Sep 2020 12:33:59 -0700 Atish Patra wrote: > On Mon, Sep 14, 2020 at 1:07 AM Jonathan Cameron > wrote: > > > > On Fri, 11 Sep 2020 18:34:36 -0700 > > Atish Patra wrote: > > > > > > Hi Atish, > > > > I'm not seeing a change log from v1. Putting one in makes it easier > > for people w

Re: [RFC/RFT PATCH v2 0/5] Unify NUMA implementation between ARM64 & RISC-V

2020-09-14 Thread Atish Patra
On Mon, Sep 14, 2020 at 1:07 AM Jonathan Cameron wrote: > > On Fri, 11 Sep 2020 18:34:36 -0700 > Atish Patra wrote: > > > Hi Atish, > > I'm not seeing a change log from v1. Putting one in makes it easier > for people who reviewed v1 to remember what to look for when looking > at v2. > My bad. I

Re: [RFC/RFT PATCH v2 0/5] Unify NUMA implementation between ARM64 & RISC-V

2020-09-14 Thread Jonathan Cameron
On Fri, 11 Sep 2020 18:34:36 -0700 Atish Patra wrote: Hi Atish, I'm not seeing a change log from v1. Putting one in makes it easier for people who reviewed v1 to remember what to look for when looking at v2. Either here, or individual patches after the --- is fine. Thanks, Jonathan > This

[RFC/RFT PATCH v2 0/5] Unify NUMA implementation between ARM64 & RISC-V

2020-09-11 Thread Atish Patra
This series attempts to move the ARM64 numa implementation to common code so that RISC-V can leverage that as well instead of reimplementing it again. RISC-V specific bits are based on initial work done by Greentime Hu [1] but modified to reuse the common implementation to avoid duplication. [1]