mbox series

[net,v3,0/4] bnxt_en: Misc. fixes

Message ID 20231208001658.14230-1-michael.chan@broadcom.com (mailing list archive)
Headers show
Series bnxt_en: Misc. fixes | expand

Message

Michael Chan Dec. 8, 2023, 12:16 a.m. UTC
4 miscellaneous driver fixes covering PM resume, SKB recycling,
wrong return value check, and PTP HWTSTAMP_FILTER_ALL.

v3: Fix Fixes tag in patch 1 and improve patch 3.
v2: Fix SOB tags in patch 1 and 3.

Kalesh AP (1):
  bnxt_en: Fix wrong return value check in bnxt_close_nic()

Michael Chan (1):
  bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic

Somnath Kotur (1):
  bnxt_en: Clear resource reservation during resume

Sreekanth Reddy (1):
  bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 38 ++++++++++++++-----
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     | 10 ++++-
 .../net/ethernet/broadcom/bnxt/bnxt_devlink.c | 11 +-----
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 19 ++--------
 drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c |  5 +--
 5 files changed, 44 insertions(+), 39 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 9, 2023, 1:40 a.m. UTC | #1
Hello:

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

On Thu,  7 Dec 2023 16:16:54 -0800 you wrote:
> 4 miscellaneous driver fixes covering PM resume, SKB recycling,
> wrong return value check, and PTP HWTSTAMP_FILTER_ALL.
> 
> v3: Fix Fixes tag in patch 1 and improve patch 3.
> v2: Fix SOB tags in patch 1 and 3.
> 
> Kalesh AP (1):
>   bnxt_en: Fix wrong return value check in bnxt_close_nic()
> 
> [...]

Here is the summary with links:
  - [net,v3,1/4] bnxt_en: Clear resource reservation during resume
    https://git.kernel.org/netdev/net/c/9ef7c58f5abe
  - [net,v3,2/4] bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()
    https://git.kernel.org/netdev/net/c/aded5d1feb08
  - [net,v3,3/4] bnxt_en: Fix wrong return value check in bnxt_close_nic()
    https://git.kernel.org/netdev/net/c/bd6781c18cb5
  - [net,v3,4/4] bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic
    https://git.kernel.org/netdev/net/c/c13e268c0768

You are awesome, thank you!