]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND mode
authorYufeng Mo <moyufeng@huawei.com>
Wed, 27 Oct 2021 12:11:44 +0000 (20:11 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Oct 2021 13:47:33 +0000 (14:47 +0100)
commitf29da4088fb4eeba457219a931327d1d5f45196a
treecee36af3ee4ba6a781ef872b21200705b2a942ba
parent3bda2e5df476417b6d08967e2d84234a59d57b1c
net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND mode

Currently, the workqueue of hclge/hclgevf is executed on
the CPU that initiates scheduling requests by default. In
stress scenarios, the CPU may be busy and workqueue scheduling
is completed after a long period of time. To avoid this
situation and implement proper scheduling, use the WQ_UNBOUND
mode instead. In this way, the workqueue can be performed on
a relatively idle CPU.

Signed-off-by: Yufeng Mo <moyufeng@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c