]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'hnsd3-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 31 Dec 2021 14:25:47 +0000 (14:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Dec 2021 14:25:47 +0000 (14:25 +0000)
commit59d3bdd5b2c22282a22d96d88609d9ce9aa13c2c
tree49430fe68159819be220b5cdb66a1def45d40735
parent896cb0d979b7c28e1e8edd53a265e2699e9b7bdf
parent411a2de248a034275190e8d3ec0d7382e923df45
Merge branch 'hnsd3-next'

Guangbin Huang says:

====================
net: hns3: refactor cmdq functions in PF/VF

Currently, hns3 PF and VF module have two sets of cmdq APIs to provide
cmdq message interaction functions. Most of these APIs are the same. The
only differences are the function variables and names with pf and vf
suffixes. These two sets of cmdq APIs are redundent and add extra bug fix
work.

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

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