commit | d3c69a8812c22d84eb12f1a60f91889a63a5fc51 | [log] [tgz] |
---|---|---|
author | Jie Wang <wangjie125@huawei.com> | Fri Dec 31 18:22:38 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 31 14:25:47 2021 +0000 |
tree | f2adb98e9bb39748ca9c08d84aafb753a3db990a | |
parent | da77aef9cc58ed820097b3d905e9fa474d42dbd4 [diff] |
net: hns3: refactor PF cmdq resource APIs with new common APIs This patch uses common cmdq resource allocate/free/query APIs to replace the old APIs in PF cmdq module and deletes the old cmdq resource APIs. Still we kept hclge_cmd_setup_basic_desc name as a seam API to avoid too many meaningless replacement. Signed-off-by: Jie Wang <wangjie125@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>