Re: [PATCH] powerpc/pseries: Provide verbose info about HPT resizing attempt

2019-04-10 Thread Bharata B Rao
On Wed, Apr 10, 2019 at 08:20:53PM +1000, Michael Ellerman wrote: > Bharata B Rao writes: > > > When HPT resizing is attempted in response to memory hotplug, we see > > the following messages from the kernel: > > > > lpar: Attempting to resize HPT to shift 23 > > Unable to resize hash page table

Re: [PATCH] powerpc/pseries: Provide verbose info about HPT resizing attempt

2019-04-10 Thread Michael Ellerman
Bharata B Rao writes: > When HPT resizing is attempted in response to memory hotplug, we see > the following messages from the kernel: > > lpar: Attempting to resize HPT to shift 23 > Unable to resize hash page table to target order 23: -28 > > This gives a feeling as though we are trying to grow

[PATCH] powerpc/pseries: Provide verbose info about HPT resizing attempt

2019-04-10 Thread Bharata B Rao
When HPT resizing is attempted in response to memory hotplug, we see the following messages from the kernel: lpar: Attempting to resize HPT to shift 23 Unable to resize hash page table to target order 23: -28 This gives a feeling as though we are trying to grow HPT but failed and hence bad things