Re: [PATCH] powerpc/pseries: Export raw per-CPU VPA data via debugfs

2018-09-24 Thread Aravinda Prasad
Hi Michael, On Monday 24 September 2018 05:12 PM, Michael Ellerman wrote: > Hi Aravinda, > > Aravinda Prasad writes: > >> This patch exports the raw per-CPU VPA data via debugfs. >> A per-CPU file is created which exports the VPA data of >> that CPU to help debug some of the VPA related issues

Re: [PATCH] powerpc/pseries: Export raw per-CPU VPA data via debugfs

2018-09-24 Thread Michael Ellerman
Hi Aravinda, Aravinda Prasad writes: > This patch exports the raw per-CPU VPA data via debugfs. > A per-CPU file is created which exports the VPA data of > that CPU to help debug some of the VPA related issues or > to analyze the per-CPU VPA related statistics. Do we really need this in debugfs

[PATCH] powerpc/pseries: Export raw per-CPU VPA data via debugfs

2018-09-20 Thread Aravinda Prasad
This patch exports the raw per-CPU VPA data via debugfs. A per-CPU file is created which exports the VPA data of that CPU to help debug some of the VPA related issues or to analyze the per-CPU VPA related statistics. Signed-off-by: Aravinda Prasad --- arch/powerpc/platforms/pseries/lpar.c | 85