net: hns3: schedule mailbox task on system_unbound_wq
driver inclusion category: bugfix bugzilla: NA CVE: NA Currently, the mailbox task will be scheduled on the CPU who received the interrupt, if there is a time-consuming task running on this CPU, PF could not handle the mailbox in time, then VF will wait for mailbox's reponse timeout. This patch fixes it by schedule mailbox task on system_unbound_wq. Feature or Bugfix:Bugfix Signed-off-by: NHuazhong Tan <tanhuazhong@huawei.com> Reviewed-by: Nlipeng <lipeng321@huawei.com> Reviewed-by: NYang Yingliang <yangyingliang@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
Showing
想要评论请 注册 或 登录