summaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2017-04-17 22:47:10 +0300
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2017-06-08 18:25:26 +0300
commit881ed593a323c832c2e9383effeb6a0c99859210 (patch)
tree62f22ce214370289c82952fcb3bdc08e52cd76f6 /tools/testing
parente28371c891db29c892d85322ea27ad997cc50f72 (diff)
downloadlinux-881ed593a323c832c2e9383effeb6a0c99859210.tar.xz
rcuperf: Add ability to performance-test call_rcu() and friends
This commit upgrades rcuperf so that it can do performance testing on asynchronous grace-period primitives such as call_srcu(). There is a new rcuperf.gp_async module parameter that specifies this new behavior, with the pre-existing rcuperf.gp_exp testing expedited grace periods such as synchronize_rcu_expedited, and with the default being to test synchronous non-expedited grace periods such as synchronize_rcu(). There is also a new rcuperf.gp_async_max module parameter that specifies the maximum number of outstanding callbacks per writer kthread, defaulting to 1,000. When this limit is exceeded, the writer thread invokes the appropriate flavor of rcu_barrier() to wait for callbacks to drain. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> [ paulmck: Removed the redundant initialization noted by Arnd Bergmann. ]
Diffstat (limited to 'tools/testing')
0 files changed, 0 insertions, 0 deletions