Re: [PATCH 0/8] tools-power-x86-intel-speed-select: Fixes and updates for output

2019-09-04 Thread Srinivas Pandruvada
On Wed, 2019-09-04 at 16:55 -0400, Prarit Bhargava wrote: > > On 9/4/19 4:06 PM, Srinivas Pandruvada wrote: > > On Tue, 2019-09-03 at 11:37 -0400, Prarit Bhargava wrote: > > > Some general fixes and updates for intel-speed-select. Fixes > > > include > > > some > > > typos as well as an

Re: [PATCH 0/8] tools-power-x86-intel-speed-select: Fixes and updates for output

2019-09-04 Thread Prarit Bhargava
On 9/4/19 4:06 PM, Srinivas Pandruvada wrote: > On Tue, 2019-09-03 at 11:37 -0400, Prarit Bhargava wrote: >> Some general fixes and updates for intel-speed-select. Fixes include >> some >> typos as well as an off-by-one cpu count reporting error. Updates >> for the >> output are >> >> -

Re: [PATCH 0/8] tools-power-x86-intel-speed-select: Fixes and updates for output

2019-09-04 Thread Srinivas Pandruvada
On Tue, 2019-09-03 at 11:37 -0400, Prarit Bhargava wrote: > Some general fixes and updates for intel-speed-select. Fixes include > some > typos as well as an off-by-one cpu count reporting error. Updates > for the > output are > > - switching to MHz as a standard > - reporting CPU frequencies

[PATCH 0/8] tools-power-x86-intel-speed-select: Fixes and updates for output

2019-09-03 Thread Prarit Bhargava
Some general fixes and updates for intel-speed-select. Fixes include some typos as well as an off-by-one cpu count reporting error. Updates for the output are - switching to MHz as a standard - reporting CPU frequencies instead of ratios as a standard - viewing a human-readable CPU list. -