• O
    fix parallelism for rpc tasks · f515f86b
    Olga Kornievskaia 提交于
    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: NOlga Kornievskaia <kolga@netapp.com>
    Signed-off-by: NTrond Myklebust <trond.myklebust@primarydata.com>
    f515f86b
sched.c 30.4 KB