commit | add7645c841cc481fbe927bd5c9b127800e2964d | [log] [tgz] |
---|---|---|
author | Jie Wang <wangjie125@huawei.com> | Wed Jan 05 22:20:13 2022 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 05 14:36:36 2022 +0000 |
tree | 9536e6d403a3c9c9f331a7a96d889360be625f03 | |
parent | 287db5c40d15cb5ee2d3125133347b73194cba1d [diff] |
net: hns3: refactor PF tqp stats APIs with new common tqp stats APIs This patch firstly uses new tqp struct(hclge_comm_tqp) and deletes the old PF tqp struct(hclge_tqp). All the tqp stats members used in PF module are modified according to the new hclge_comm_tqp. Secondly PF tqp stats APIs are refactored to use new common tqp stats APIs. The old tqp stats APIs in PF are deleted. Signed-off-by: Jie Wang <wangjie125@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>