aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hnae3.c
diff options
context:
space:
mode:
authorYunsheng Lin <linyunsheng@huawei.com>2019-12-14 10:06:39 +0800
committerDavid S. Miller <davem@davemloft.net>2019-12-16 16:12:25 -0800
commitff200099d271cb14e4415449559da7cc6a38f4a1 (patch)
tree6f7e7aecd91ac51422a5dd4ff8be8984a35dcb1d /drivers/net/ethernet/hisilicon/hns3/hnae3.c
parentnet: hns3: remove mailbox and reset work in hclge_main (diff)
downloadlinux-dev-ff200099d271cb14e4415449559da7cc6a38f4a1.tar.xz
linux-dev-ff200099d271cb14e4415449559da7cc6a38f4a1.zip
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 'drivers/net/ethernet/hisilicon/hns3/hnae3.c')
0 files changed, 0 insertions, 0 deletions