Skip to content

Commit 92e538f

Browse files
committed
RDMA/irdma: Remove deliver net device event
JIRA: https://issues.redhat.com/browse/RHEL-87576 commit 4c354c0 Author: Yuyu Li <liyuyu6@huawei.com> Date: Fri Nov 22 18:53:01 2024 +0800 RDMA/irdma: Remove deliver net device event Since the netdev events of link status is now handled in ib_core, remove the related code in drivers. Signed-off-by: Yuyu Li <liyuyu6@huawei.com> Signed-off-by: Junxian Huang <huangjunxian6@hisilicon.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Kamal Heib <kheib@redhat.com>
1 parent 3c63b53 commit 92e538f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/infiniband/hw/irdma/utils.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,6 @@ int irdma_netdevice_event(struct notifier_block *notifier, unsigned long event,
320320
case NETDEV_DOWN:
321321
iwdev->iw_status = 0;
322322
fallthrough;
323-
case NETDEV_UP:
324-
irdma_port_ibevent(iwdev);
325-
break;
326323
default:
327324
break;
328325
}

0 commit comments

Comments
 (0)