public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel•org
To: Michael Chan <michael.chan@broadcom•com>
Cc: davem@davemloft•net, netdev@vger•kernel.org, edumazet@google•com,
	kuba@kernel•org, pabeni@redhat•com, gospo@broadcom•com
Subject: Re: [PATCH net-next v2 0/9] bnxt_en: hwmon and SRIOV updates
Date: Wed, 04 Oct 2023 10:30:27 +0000	[thread overview]
Message-ID: <169641542764.13675.10570244634679139922.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230927035734.42816-1-michael.chan@broadcom.com>

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!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2023-10-04 10:30 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-27  3:57 [PATCH net-next v2 0/9] bnxt_en: hwmon and SRIOV updates Michael Chan
2023-09-27  3:57 ` [PATCH net-next v2 1/9] bnxt_en: Update firmware interface to 1.10.2.171 Michael Chan
2023-09-27 12:34   ` Andrew Lunn
2023-09-27 17:20     ` Michael Chan
2023-09-27  3:57 ` [PATCH net-next v2 2/9] bnxt_en: Enhance hwmon temperature reporting Michael Chan
2023-09-27  3:57 ` [PATCH net-next v2 3/9] bnxt_en: Move hwmon functions into a dedicated file Michael Chan
2023-09-27 13:55   ` Guenter Roeck
2023-09-27  3:57 ` [PATCH net-next v2 4/9] bnxt_en: Modify the driver to use hwmon_device_register_with_info Michael Chan
2023-09-27 13:56   ` Guenter Roeck
2023-09-27  3:57 ` [PATCH net-next v2 5/9] bnxt_en: Expose threshold temperatures through hwmon Michael Chan
2023-09-27 14:04   ` Guenter Roeck
2023-09-27  3:57 ` [PATCH net-next v2 6/9] bnxt_en: Use non-standard attribute to expose shutdown temperature Michael Chan
2023-09-27  3:57 ` [PATCH net-next v2 7/9] bnxt_en: Event handler for Thermal event Michael Chan
2023-09-27 14:05   ` Guenter Roeck
2023-09-27  3:57 ` [PATCH net-next v2 8/9] bnxt_en: Support QOS and TPID settings for the SRIOV VLAN Michael Chan
2023-10-04 18:22   ` Jakub Kicinski
2023-09-27  3:57 ` [PATCH net-next v2 9/9] bnxt_en: Update VNIC resource calculation for VFs Michael Chan
2023-10-03  9:11 ` [PATCH net-next v2 0/9] bnxt_en: hwmon and SRIOV updates Simon Horman
2023-10-04 10:30 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=169641542764.13675.10570244634679139922.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=gospo@broadcom$(echo .)com \
    --cc=kuba@kernel$(echo .)org \
    --cc=michael.chan@broadcom$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox