Re: [PATCH v2 0/3] RISC-V: Add new smp features

2018-08-30 Thread Atish Patra
On 8/30/18 7:18 AM, Anup Patel wrote: On Thu, Aug 30, 2018 at 10:11 AM, Christoph Hellwig wrote: On Thu, Aug 30, 2018 at 09:53:50AM -0400, Anup Patel wrote: Atish Patra (3): RISC-V: Add logical CPU indexing for RISC-V RISC-V: Use Linux logical cpu number instead of hartid RISC-V: Supp

Re: [PATCH v2 0/3] RISC-V: Add new smp features

2018-08-30 Thread Anup Patel
On Thu, Aug 30, 2018 at 10:11 AM, Christoph Hellwig wrote: > On Thu, Aug 30, 2018 at 09:53:50AM -0400, Anup Patel wrote: >> > Atish Patra (3): >> > RISC-V: Add logical CPU indexing for RISC-V >> > RISC-V: Use Linux logical cpu number instead of hartid >> > RISC-V: Support cpu hotplug. >> > >

Re: [PATCH v2 0/3] RISC-V: Add new smp features

2018-08-30 Thread Anup Patel
On Thu, Aug 30, 2018 at 10:11 AM, Christoph Hellwig wrote: > On Thu, Aug 30, 2018 at 09:53:50AM -0400, Anup Patel wrote: >> > Atish Patra (3): >> > RISC-V: Add logical CPU indexing for RISC-V >> > RISC-V: Use Linux logical cpu number instead of hartid >> > RISC-V: Support cpu hotplug. >> > >

Re: [PATCH v2 0/3] RISC-V: Add new smp features

2018-08-30 Thread Christoph Hellwig
On Thu, Aug 30, 2018 at 09:53:50AM -0400, Anup Patel wrote: > > Atish Patra (3): > > RISC-V: Add logical CPU indexing for RISC-V > > RISC-V: Use Linux logical cpu number instead of hartid > > RISC-V: Support cpu hotplug. > > > > This series looks good to me. Hmm, that series didn't make it

Re: [PATCH v2 0/3] RISC-V: Add new smp features

2018-08-30 Thread Anup Patel
On Tue, Aug 28, 2018 at 4:36 AM, Atish Patra wrote: > This patch series implements following smp related features. > Some of the work has been inspired from ARM64. > > 1. Decouple linux logical cpu ids from hardware cpu id > 2. Support cpu hotplug. > > Tested on QEMU & HighFive Unleashed board wit