diff options
author | Yunsheng Lin <linyunsheng@huawei.com> | 2019-12-14 05:06:39 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-12-17 03:12:25 +0300 |
commit | ff200099d271cb14e4415449559da7cc6a38f4a1 (patch) | |
tree | 6f7e7aecd91ac51422a5dd4ff8be8984a35dcb1d /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 1c6dfe6fc6f77f3d124e63c2c2c3f9bb73f8d92c (diff) | |
download | linux-ff200099d271cb14e4415449559da7cc6a38f4a1.tar.xz |
net: hns3: remove unnecessary work in hclgevf_main
There are four work (mbx_service_task, service_task,
rst_service_task and keep_alive_task)in the hclgevf module,
mbx_service_task is for handling mailbox issue, service_task is
for periodic management issue and rst_service_task is for reset
related issue, keep_alive_task is used to keepalive between PF
and VF, which can be done in a single work.
This patch removes the mbx_service_task, rst_service_task and
keep_alive_task, and moves the related handling to the
service_task work in order to remove concurrency between the four
work and to improve efficiency.
Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions