mbox series

[net-next,v2,0/9] bnxt_en: hwmon and SRIOV updates

Message ID 20230927035734.42816-1-michael.chan@broadcom.com (mailing list archive)
Headers show
Series bnxt_en: hwmon and SRIOV updates | expand

Message

Michael Chan Sept. 27, 2023, 3:57 a.m. UTC
The first 7 patches are v2 of the hwmon patches posted about 6 weeks ago
on Aug 14.  The last 2 patches are SRIOV related updates.

Link to v1 hwmon patches:
https://lore.kernel.org/netdev/20230815045658.80494-11-michael.chan@broadcom.com/

Kalesh AP (6):
  bnxt_en: Enhance hwmon temperature reporting
  bnxt_en: Move hwmon functions into a dedicated file
  bnxt_en: Modify the driver to use hwmon_device_register_with_info
  bnxt_en: Expose threshold temperatures through hwmon
  bnxt_en: Use non-standard attribute to expose shutdown temperature
  bnxt_en: Event handler for Thermal event

Michael Chan (1):
  bnxt_en: Update firmware interface to 1.10.2.171

Sreekanth Reddy (1):
  bnxt_en: Support QOS and TPID settings for the SRIOV VLAN

Vikas Gupta (1):
  bnxt_en: Update VNIC resource calculation for VFs

 drivers/net/ethernet/broadcom/bnxt/Makefile   |   1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 152 +++--
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |  11 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h | 545 ++++++++++++------
 .../net/ethernet/broadcom/bnxt/bnxt_hwmon.c   | 241 ++++++++
 .../net/ethernet/broadcom/bnxt/bnxt_hwmon.h   |  30 +
 .../net/ethernet/broadcom/bnxt/bnxt_sriov.c   |  36 +-
 7 files changed, 747 insertions(+), 269 deletions(-)
 create mode 100644 drivers/net/ethernet/broadcom/bnxt/bnxt_hwmon.c
 create mode 100644 drivers/net/ethernet/broadcom/bnxt/bnxt_hwmon.h

Comments

Simon Horman Oct. 3, 2023, 9:11 a.m. UTC | #1
On Tue, Sep 26, 2023 at 08:57:25PM -0700, Michael Chan wrote:
> The first 7 patches are v2 of the hwmon patches posted about 6 weeks ago
> on Aug 14.  The last 2 patches are SRIOV related updates.
> 
> Link to v1 hwmon patches:
> https://lore.kernel.org/netdev/20230815045658.80494-11-michael.chan@broadcom.com/
> 
> Kalesh AP (6):
>   bnxt_en: Enhance hwmon temperature reporting
>   bnxt_en: Move hwmon functions into a dedicated file
>   bnxt_en: Modify the driver to use hwmon_device_register_with_info
>   bnxt_en: Expose threshold temperatures through hwmon
>   bnxt_en: Use non-standard attribute to expose shutdown temperature
>   bnxt_en: Event handler for Thermal event
> 
> Michael Chan (1):
>   bnxt_en: Update firmware interface to 1.10.2.171
> 
> Sreekanth Reddy (1):
>   bnxt_en: Support QOS and TPID settings for the SRIOV VLAN
> 
> Vikas Gupta (1):
>   bnxt_en: Update VNIC resource calculation for VFs

For series,

Reviewed-by: Simon Horman <horms@kernel.org>
patchwork-bot+netdevbpf@kernel.org Oct. 4, 2023, 10:30 a.m. UTC | #2
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Tue, 26 Sep 2023 20:57:25 -0700 you wrote:
> The first 7 patches are v2 of the hwmon patches posted about 6 weeks ago
> on Aug 14.  The last 2 patches are SRIOV related updates.
> 
> Link to v1 hwmon patches:
> https://lore.kernel.org/netdev/20230815045658.80494-11-michael.chan@broadcom.com/
> 
> Kalesh AP (6):
>   bnxt_en: Enhance hwmon temperature reporting
>   bnxt_en: Move hwmon functions into a dedicated file
>   bnxt_en: Modify the driver to use hwmon_device_register_with_info
>   bnxt_en: Expose threshold temperatures through hwmon
>   bnxt_en: Use non-standard attribute to expose shutdown temperature
>   bnxt_en: Event handler for Thermal event
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/9] bnxt_en: Update firmware interface to 1.10.2.171
    https://git.kernel.org/netdev/net-next/c/754fbf604ff6
  - [net-next,v2,2/9] bnxt_en: Enhance hwmon temperature reporting
    https://git.kernel.org/netdev/net-next/c/6ad71984aa6b
  - [net-next,v2,3/9] bnxt_en: Move hwmon functions into a dedicated file
    https://git.kernel.org/netdev/net-next/c/a47f3b3992aa
  - [net-next,v2,4/9] bnxt_en: Modify the driver to use hwmon_device_register_with_info
    https://git.kernel.org/netdev/net-next/c/847da8b1178c
  - [net-next,v2,5/9] bnxt_en: Expose threshold temperatures through hwmon
    https://git.kernel.org/netdev/net-next/c/cd13244f19eb
  - [net-next,v2,6/9] bnxt_en: Use non-standard attribute to expose shutdown temperature
    https://git.kernel.org/netdev/net-next/c/3d9cf962067b
  - [net-next,v2,7/9] bnxt_en: Event handler for Thermal event
    https://git.kernel.org/netdev/net-next/c/a19b4801457b
  - [net-next,v2,8/9] bnxt_en: Support QOS and TPID settings for the SRIOV VLAN
    https://git.kernel.org/netdev/net-next/c/e76d44fe7227
  - [net-next,v2,9/9] bnxt_en: Update VNIC resource calculation for VFs
    https://git.kernel.org/netdev/net-next/c/cbdbf0aa41ba

You are awesome, thank you!