Unverified Commit 94b43519 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!8140 i40e: Do not use WQ_MEM_RECLAIM flag for workqueue

parents 663f255e 49743add
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16011,7 +16011,7 @@ static int __init i40e_init_module(void)
	 * since we need to be able to guarantee forward progress even under
	 * memory pressure.
	 */
	i40e_wq = alloc_workqueue("%s", WQ_MEM_RECLAIM, 0, i40e_driver_name);
	i40e_wq = alloc_workqueue("%s", 0, 0, i40e_driver_name);
	if (!i40e_wq) {
		pr_err("%s: Failed to create workqueue\n", i40e_driver_name);
		return -ENOMEM;