Re: [PATCH for-6.0 6/8] spapr/xics: Add "nr-servers" property

2020-11-23 Thread Cédric Le Goater
On 11/20/20 6:46 PM, Greg Kurz wrote: > The sPAPR ICS device exposes the range of vCPU ids it can handle in > the "ibm,interrupt-server-ranges" FDT property. The highest vCPU > id, ie. spapr_max_server_number(), is obtained from the machine > through the "nr_servers" argument of the generic spapr_i

Re: [PATCH for-6.0 6/8] spapr/xics: Add "nr-servers" property

2020-11-23 Thread Greg Kurz
On Mon, 23 Nov 2020 15:18:09 +1100 David Gibson wrote: > On Fri, Nov 20, 2020 at 06:46:44PM +0100, Greg Kurz wrote: > > The sPAPR ICS device exposes the range of vCPU ids it can handle in > > the "ibm,interrupt-server-ranges" FDT property. The highest vCPU > > id, ie. spapr_max_server_number(), i

Re: [PATCH for-6.0 6/8] spapr/xics: Add "nr-servers" property

2020-11-22 Thread David Gibson
On Fri, Nov 20, 2020 at 06:46:44PM +0100, Greg Kurz wrote: > The sPAPR ICS device exposes the range of vCPU ids it can handle in > the "ibm,interrupt-server-ranges" FDT property. The highest vCPU > id, ie. spapr_max_server_number(), is obtained from the machine > through the "nr_servers" argument o