Re: [RFCv2 6/9] pseries: Add hypercall wrappers for hash page table resizing

2016-02-07 Thread Paul Mackerras
On Fri, Jan 29, 2016 at 04:24:00PM +1100, David Gibson wrote: > This adds the hypercall numbers and wrapper functions for the hash page > table resizing hypercalls. > > These are experimental "platform specific" values for now, until we have a > formal PAPR update. > > It also adds a new firmware

Re: [RFCv2 6/9] pseries: Add hypercall wrappers for hash page table resizing

2016-02-07 Thread David Gibson
On Thu, Feb 04, 2016 at 04:41:10PM +0530, Anshuman Khandual wrote: > On 02/02/2016 06:28 AM, David Gibson wrote: > > On Mon, Feb 01, 2016 at 12:41:31PM +0530, Anshuman Khandual wrote: > >> On 01/29/2016 10:54 AM, David Gibson wrote: > >>> This adds the hypercall numbers and wrapper functions for th

Re: [RFCv2 6/9] pseries: Add hypercall wrappers for hash page table resizing

2016-02-04 Thread Anshuman Khandual
On 02/02/2016 06:28 AM, David Gibson wrote: > On Mon, Feb 01, 2016 at 12:41:31PM +0530, Anshuman Khandual wrote: >> On 01/29/2016 10:54 AM, David Gibson wrote: >>> This adds the hypercall numbers and wrapper functions for the hash page >>> table resizing hypercalls. >>> >>> These are experimental "

Re: [RFCv2 6/9] pseries: Add hypercall wrappers for hash page table resizing

2016-02-01 Thread David Gibson
On Mon, Feb 01, 2016 at 12:41:31PM +0530, Anshuman Khandual wrote: > On 01/29/2016 10:54 AM, David Gibson wrote: > > This adds the hypercall numbers and wrapper functions for the hash page > > table resizing hypercalls. > > > > These are experimental "platform specific" values for now, until we ha

Re: [RFCv2 6/9] pseries: Add hypercall wrappers for hash page table resizing

2016-01-31 Thread Anshuman Khandual
On 01/29/2016 10:54 AM, David Gibson wrote: > This adds the hypercall numbers and wrapper functions for the hash page > table resizing hypercalls. > > These are experimental "platform specific" values for now, until we have a > formal PAPR update. > > It also adds a new firmware feature flat to t

[RFCv2 6/9] pseries: Add hypercall wrappers for hash page table resizing

2016-01-28 Thread David Gibson
This adds the hypercall numbers and wrapper functions for the hash page table resizing hypercalls. These are experimental "platform specific" values for now, until we have a formal PAPR update. It also adds a new firmware feature flat to track the presence of the HPT resizing calls. Signed-off-b