Loading
net: hibmcge: Add support for abnormal irq handling feature
maillist inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBU56J CVE: NA Reference: https://web.git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=fd394a334b1c ---------------------------------------------------------------------- the hardware error was reported by interrupt, and need be fixed by doing function reset, but the whole reset flow takes a long time, should not do it in irq handler, so do it in scheduled task. Signed-off-by:Jijie Shao <shaojijie@huawei.com> Signed-off-by:
Paolo Abeni <pabeni@redhat.com> Signed-off-by:
Hao Chen <chenhao418@huawei.com>