[PATCH V2 net 0/3] bug fixes for the hibmcge ethernet driver
From: Jijie Shao
Date: Fri Oct 24 2025 - 21:48:03 EST
This patch set is intended to fix several issues for hibmcge driver:
1. Patch1 fixes the issue where buf avl irq is disabled after irq_handle.
2. Patch2 eliminates the error logs in scenarios without phy.
3. Patch3 fixes the issue where the network port becomes unusable
after a PCIe RAS event.
---
v1 -> v2:
- add more details in commit log for patch1 and patch3.
v1: https://lore.kernel.org/all/20251021140016.3020739-1-shaojijie@xxxxxxxxxx/
---
Jijie Shao (3):
net: hibmcge: fix rx buf avl irq is not re-enabled in irq_handle issue
net: hibmcge: remove unnecessary check for np_link_fail in scenarios
without phy.
net: hibmcge: fix the inappropriate netif_device_detach()
drivers/net/ethernet/hisilicon/hibmcge/hbg_common.h | 1 +
drivers/net/ethernet/hisilicon/hibmcge/hbg_err.c | 10 ++++++----
drivers/net/ethernet/hisilicon/hibmcge/hbg_hw.c | 3 +++
drivers/net/ethernet/hisilicon/hibmcge/hbg_irq.c | 1 +
drivers/net/ethernet/hisilicon/hibmcge/hbg_mdio.c | 1 -
5 files changed, 11 insertions(+), 5 deletions(-)
--
2.33.0