aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorYunsheng Lin <[email protected]>2019-12-14 10:06:39 +0800
committerDavid S. Miller <[email protected]>2019-12-16 16:12:25 -0800
commitff200099d271cb14e4415449559da7cc6a38f4a1 (patch)
tree6f7e7aecd91ac51422a5dd4ff8be8984a35dcb1d /tools/perf/scripts/python/bin/stackcollapse-record
parent1c6dfe6fc6f77f3d124e63c2c2c3f9bb73f8d92c (diff)
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 <[email protected]> Signed-off-by: Huazhong Tan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions