Re: [PATCH mlx5-next 1/2] net/mlx5: Add temperature warning event to log

2018-05-30 Thread Saeed Mahameed
On Wed, 2018-05-30 at 18:17 +0200, Andrew Lunn wrote: > > Hi Andrew, yes the temperature is available by other means, this > > patch > > is needed for alert information reasons in order to know which > > internal > > sensors triggered the alarm. > > We are working in parallel to expose temperature

Re: [PATCH mlx5-next 1/2] net/mlx5: Add temperature warning event to log

2018-05-30 Thread Andrew Lunn
> Hi Andrew, yes the temperature is available by other means, this patch > is needed for alert information reasons in order to know which internal > sensors triggered the alarm. > We are working in parallel to expose temperature sensor to hwmon, but > this is still WIP. > > > Is it ok to have bot

Re: [PATCH mlx5-next 1/2] net/mlx5: Add temperature warning event to log

2018-05-30 Thread Saeed Mahameed
On Wed, 2018-05-30 at 03:04 +0200, Andrew Lunn wrote: > On Tue, May 29, 2018 at 05:19:53PM -0700, Saeed Mahameed wrote: > > From: Ilan Tayari > > > > Temperature warning event is sent by FW to indicate high > > temperature > > as detected by one of the sensors on the board. > > Add handling of th

Re: [PATCH mlx5-next 1/2] net/mlx5: Add temperature warning event to log

2018-05-29 Thread Andrew Lunn
On Tue, May 29, 2018 at 05:19:53PM -0700, Saeed Mahameed wrote: > From: Ilan Tayari > > Temperature warning event is sent by FW to indicate high temperature > as detected by one of the sensors on the board. > Add handling of this event by writing the numbers of the alert sensors > to the kernel l

[PATCH mlx5-next 1/2] net/mlx5: Add temperature warning event to log

2018-05-29 Thread Saeed Mahameed
From: Ilan Tayari Temperature warning event is sent by FW to indicate high temperature as detected by one of the sensors on the board. Add handling of this event by writing the numbers of the alert sensors to the kernel log. Signed-off-by: Ilan Tayari Signed-off-by: Adi Nissim Signed-off-by: S