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)
commitf515f86b34b2e7d4b24cc9b7375c9e749895088e
tree8f39d79722093381684830f6f9a1b13f702abfe9
parent90ea9f1b60c679049619a79d9fc1557bc41c4973
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