]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'hns3-stats-refactor'
authorDavid S. Miller <davem@davemloft.net>
Wed, 5 Jan 2022 14:36:37 +0000 (14:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Jan 2022 14:36:37 +0000 (14:36 +0000)
commit8b442e5a385a91b59fb87a3e10b6dd7c2d5ff942
treeff65fe7a5fd03f50252750697b28b4530756c82f
parent38a9d005d9baf04b3f44cec6fe5060a56f9cc97f
parenta5f96fcde4588846419ae0ec3c1e6dae97a28969
Merge branch 'hns3-stats-refactor'

Jie Wang says:

====================
net: hns3: refactor rss/tqp stats functions

Currently, hns3 PF and VF module have two sets of rss and tqp stats APIs
to provide get and set functions. Most of these APIs are the same. There is
no need to keep these two sets of same functions for double development and
bugfix work.

This series refactor the rss and tqp stats APIs in hns3 PF and VF by
implementing one set of common APIs for PF and VF reuse and deleting the
old APIs.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>