net: hns3: add handling of two bits in mac tunnel interrupts
driver inclusion category: bugfix bugzilla: NA CVE: NA LINK_UP and LINK_DOWN are two bits of mac tunnel interrupts, but previous hns3 driver didn't handle them. If ther were enabled, value of these two registers will changed during link down and link up, which will cause hns3 driver keep receiving irq but can't handle them. This patch add handling of these two bits, we will clear and record them as what we do to other mac tunnel interrupts. Feature or Bugfix: Bugfix Signed-off-by: Nliweihang <liweihang@huawei.com> Reviewed-by: Nlipeng <lipeng321@huawei.com> Reviewed-by: NYang Yingliang <yangyingliang@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
Showing
想要评论请 注册 或 登录