提交 90ea9f1b 编写于 作者: T Trond Myklebust

Make the xprtiod workqueue unbounded.

This should help reduce the latency on replies.
Signed-off-by: NTrond Myklebust <trond.myklebust@primarydata.com>
上级 2275cde4
......@@ -1109,7 +1109,7 @@ static int rpciod_start(void)
goto out_failed;
rpciod_workqueue = wq;
/* Note: highpri because network receive is latency sensitive */
wq = alloc_workqueue("xprtiod", WQ_MEM_RECLAIM | WQ_HIGHPRI, 0);
wq = alloc_workqueue("xprtiod", WQ_UNBOUND|WQ_MEM_RECLAIM|WQ_HIGHPRI, 0);
if (!wq)
goto free_rpciod;
xprtiod_workqueue = wq;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册