summaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorYufeng Mo <moyufeng@huawei.com>2021-10-27 20:11:44 +0800
committerDavid S. Miller <davem@davemloft.net>2021-10-27 14:47:33 +0100
commitf29da4088fb4eeba457219a931327d1d5f45196a (patch)
treecee36af3ee4ba6a781ef872b21200705b2a942ba /drivers/iio
parent3bda2e5df476417b6d08967e2d84234a59d57b1c (diff)
downloadlinux-f29da4088fb4eeba457219a931327d1d5f45196a.tar.bz2
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>
Diffstat (limited to 'drivers/iio')
0 files changed, 0 insertions, 0 deletions