net: hns3: optimize the process of queue reset
driver inclusion category: bugfix bugzilla: NA CVE: NA ---------------------------- Currently, the queue reset process needs to be performed one by one, which is inefficient. However, the queue reset of the same function is always performed at the same time. Therefore, according to the UM, we use HCLGE_OPC_CFG_RST_TRIGGER to reset all queues of the same function at a time, in order to optimiz the queue reset process. Signed-off-by:Yufeng Mo <moyufeng@huawei.com> Reviewed-by:
Jian Shen <shenjian15@huawei.com> Reviewed-by:
Peng Li <lipeng321@huawei.com> Signed-off-by:
Yonglong Liu <liuyonglong@huawei.com> Reviewed-by:
Yongxin Li <liyongxin1@huawei.com> Signed-off-by:
Yang Yingliang <yangyingliang@huawei.com>
Loading
Please sign in to comment