]> 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)
commit3ca9e6050e405f086be71440a178a86de690347f
tree8f39d79722093381684830f6f9a1b13f702abfe9
parent21624316524d667adc67e6eaa3cf3d36e460f0d1
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