Skip to content
  • Olga Kornievskaia's avatar
    fix parallelism for rpc tasks · f515f86b
    Olga Kornievskaia authored
    
    
    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: default avatarOlga Kornievskaia <kolga@netapp.com>
    Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
    f515f86b