mbox series

[net-next,0/4] mlx5: Add sensor name in temperature message

Message ID 20250213094641.226501-1-tariqt@nvidia.com (mailing list archive)
Headers show
Series mlx5: Add sensor name in temperature message | expand

Message

Tariq Toukan Feb. 13, 2025, 9:46 a.m. UTC
Hi,

This small series from Shahar adds the sensors names to the temperature
event messages, in addition to the existing bitmap indicators.
This improves human readability.

Series starts with simple refactoring and modifications. The top patch
adds the sensors names.

Regards,
Tariq

Shahar Shitrit (4):
  net/mlx5: Apply rate-limiting to high temperature warning
  net/mlx5: Prefix temperature event bitmap with '0x' for clarity
  net/mlx5: Modify LSB bitmask in temperature event to include only the
    first bit
  net/mlx5: Add sensor name to temperature event message

 .../net/ethernet/mellanox/mlx5/core/events.c  | 36 +++++++++++++++++--
 .../net/ethernet/mellanox/mlx5/core/hwmon.c   |  5 +++
 .../net/ethernet/mellanox/mlx5/core/hwmon.h   |  1 +
 3 files changed, 39 insertions(+), 3 deletions(-)


base-commit: 8dbf0c7556454b52af91bae305ca71500c31495c

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 18, 2025, 12:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 13 Feb 2025 11:46:37 +0200 you wrote:
> Hi,
> 
> This small series from Shahar adds the sensors names to the temperature
> event messages, in addition to the existing bitmap indicators.
> This improves human readability.
> 
> Series starts with simple refactoring and modifications. The top patch
> adds the sensors names.
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] net/mlx5: Apply rate-limiting to high temperature warning
    https://git.kernel.org/netdev/net-next/c/9dd3d5d258ac
  - [net-next,2/4] net/mlx5: Prefix temperature event bitmap with '0x' for clarity
    https://git.kernel.org/netdev/net-next/c/b9b72ce0f5f4
  - [net-next,3/4] net/mlx5: Modify LSB bitmask in temperature event to include only the first bit
    https://git.kernel.org/netdev/net-next/c/633f16d7e07c
  - [net-next,4/4] net/mlx5: Add sensor name to temperature event message
    https://git.kernel.org/netdev/net-next/c/46fd50cfcc12

You are awesome, thank you!