net: hns3: modify the irq name of tqp vectors
driver inclusion
category: bugfix
bugzilla: NA
CVE: NA
After rename the net devices, can not grep the irq numbers by the
net device name, because the driver request the irq resources only
when the vector resource changed, and rename operation did not
change the vector resources, so the irq name keeps the previous
net device name.
This patch modifies the tqp irq names as "pci driver name"-"pci name"
-"TxRx"-"index".
Fixes: ec7fb686187f ("net: hns3: optimize vector handle")
Signed-off-by:
Yonglong Liu <liuyonglong@huawei.com>
Reviewed-by:
Yunsheng Lin <linyunsheng@huawei.com>
Reviewed-by:
Zhong Zhaohui <zhongzhaohui@huawei.com>
Signed-off-by:
Yang Yingliang <yangyingliang@huawei.com>
Loading
Please sign in to comment