Linux Power Management development
 help / color / mirror / Atom feed
* Re: [PATCH] nvme: Add hardware monitoring support
       [not found] <20191028024156.23964-1-linux@roeck-us.net>
@ 2019-10-28  7:39 ` Christoph Hellwig
  2019-10-28  8:08   ` Keith Busch
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2019-10-28  7:39 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Keith Busch, Chris Healy, Jens Axboe, Christoph Hellwig,
	Sagi Grimberg, linux-kernel, linux-nvme, Akinobu Mita, linux-pm

On Sun, Oct 27, 2019 at 07:41:56PM -0700, Guenter Roeck wrote:
> nvme devices report temperature information in the controller information
> (for limits) and in the smart log. Currently, the only means to retrieve
> this information is the nvme command line interface, which requires
> super-user privileges.
> 
> At the same time, it would be desirable to use NVME temperature information
> for thermal control.
> 
> This patch adds support to read NVME temperatures from the kernel using the
> hwmon API and adds temperature zones for NVME drives. The thermal subsystem
> can use this information to set thermal policies, and userspace can access
> it using libsensors and/or the "sensors" command.

So these reported values seem to generate some interest.  Adding Akinobu
Mita who also planned to wire them up to the thermal framework.  I don't
really know either upper layer so I'm not sure which is the right one,
but with this just like with the previous series I am quite worried that
we add a lot of kernel boilerplate code for information people can
trivially get using nvme-cli.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] nvme: Add hardware monitoring support
  2019-10-28  7:39 ` [PATCH] nvme: Add hardware monitoring support Christoph Hellwig
@ 2019-10-28  8:08   ` Keith Busch
  2019-10-28 13:27     ` Guenter Roeck
  0 siblings, 1 reply; 3+ messages in thread
From: Keith Busch @ 2019-10-28  8:08 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Guenter Roeck, Chris Healy, Jens Axboe, Sagi Grimberg,
	linux-kernel, linux-nvme, Akinobu Mita, linux-pm

On Mon, Oct 28, 2019 at 08:39:53AM +0100, Christoph Hellwig wrote:
> On Sun, Oct 27, 2019 at 07:41:56PM -0700, Guenter Roeck wrote:
> > nvme devices report temperature information in the controller information
> > (for limits) and in the smart log. Currently, the only means to retrieve
> > this information is the nvme command line interface, which requires
> > super-user privileges.
> > 
> > At the same time, it would be desirable to use NVME temperature information
> > for thermal control.
> > 
> > This patch adds support to read NVME temperatures from the kernel using the
> > hwmon API and adds temperature zones for NVME drives. The thermal subsystem
> > can use this information to set thermal policies, and userspace can access
> > it using libsensors and/or the "sensors" command.
> 
> So these reported values seem to generate some interest.  Adding Akinobu
> Mita who also planned to wire them up to the thermal framework.  I don't
> really know either upper layer so I'm not sure which is the right one,
> but with this just like with the previous series I am quite worried that
> we add a lot of kernel boilerplate code for information people can
> trivially get using nvme-cli.

I think it's nvme-cli requires root, where this conveniently doesn't
need those elevated rights.

I'm not familiar with either upper level framework either; my only review
comment for this patch is to use devm_kfree() for the error cases.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] nvme: Add hardware monitoring support
  2019-10-28  8:08   ` Keith Busch
@ 2019-10-28 13:27     ` Guenter Roeck
  0 siblings, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2019-10-28 13:27 UTC (permalink / raw)
  To: Keith Busch, Christoph Hellwig
  Cc: Chris Healy, Jens Axboe, Sagi Grimberg, linux-kernel, linux-nvme,
	Akinobu Mita, linux-pm

On 10/28/19 1:08 AM, Keith Busch wrote:
> On Mon, Oct 28, 2019 at 08:39:53AM +0100, Christoph Hellwig wrote:
>> On Sun, Oct 27, 2019 at 07:41:56PM -0700, Guenter Roeck wrote:
>>> nvme devices report temperature information in the controller information
>>> (for limits) and in the smart log. Currently, the only means to retrieve
>>> this information is the nvme command line interface, which requires
>>> super-user privileges.
>>>
>>> At the same time, it would be desirable to use NVME temperature information
>>> for thermal control.
>>>
>>> This patch adds support to read NVME temperatures from the kernel using the
>>> hwmon API and adds temperature zones for NVME drives. The thermal subsystem
>>> can use this information to set thermal policies, and userspace can access
>>> it using libsensors and/or the "sensors" command.
>>
>> So these reported values seem to generate some interest.  Adding Akinobu
>> Mita who also planned to wire them up to the thermal framework.  I don't
>> really know either upper layer so I'm not sure which is the right one,
>> but with this just like with the previous series I am quite worried that
>> we add a lot of kernel boilerplate code for information people can
>> trivially get using nvme-cli.
>  > I think it's nvme-cli requires root, where this conveniently doesn't
> need those elevated rights.
> 

The other point here is the thermal framework. One can not wire that up
through userspace, and even if it was possible to do it, that would defeat
the idea of having the thermal subsystem in the kernel running on its own,
without requiring userspace attention.

> I'm not familiar with either upper level framework either; my only review
> comment for this patch is to use devm_kfree() for the error cases.
> 
Makes sense. I'll address that in v2.

Guenter

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-28 13:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20191028024156.23964-1-linux@roeck-us.net>
2019-10-28  7:39 ` [PATCH] nvme: Add hardware monitoring support Christoph Hellwig
2019-10-28  8:08   ` Keith Busch
2019-10-28 13:27     ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox