]> git.baikalelectronics.ru Git - kernel.git/commit
fix parallelism for rpc tasks
authorOlga Kornievskaia <aglo@umich.edu>
Thu, 29 Jun 2017 13:25:36 +0000 (09:25 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 8 Feb 2018 21:24:35 +0000 (16:24 -0500)
commit2bb57193907ddff7b8ad229c0d62d9f9bbbb7e36
tree8f39d79722093381684830f6f9a1b13f702abfe9
parent52674971e6b8f55308cddc47f7f98b04b6bbc752
fix parallelism for rpc tasks

Hi folks,

On a multi-core machine, is it expected that we can have parallel RPCs
handled by each of the per-core workqueue?

In testing a read workload, observing via "top" command that a single
"kworker" thread is running servicing the requests (no parallelism).
It's more prominent while doing these operations over krb5p mount.

What has been suggested by Bruce is to try this and in my testing I
see then the read workload spread among all the kworker threads.

Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/sched.c