Re: [PATCH net 0/3] There are some bugfix for hibmcge ethernet driver
From: Jijie Shao
Date: Fri Oct 24 2025 - 03:27:46 EST
on 2025/10/24 9:08, Jacob Keller wrote:
On 10/21/2025 7:00 AM, Jijie Shao wrote:
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.
We typically suggest using imperative wording for the subject such as
"bug fixes for the hibmcge ethernet driver".
Ok, I will change in V2
Thanks,
Jijie Shao
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(-)