mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
rcutorture: Test RCU-tasks multiqueue callback queueing
This commit modifies the TASKS01 scenario to use four callback queues and the TRACE01 scenario to use two queues, thus providing testing of multiple queues by default. Cc: Neeraj Upadhyay <neeraj.iitr10@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
parent
5ff7c9f9d7
commit
12e885433d
2 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
rcutorture.torture_type=tasks
|
||||
rcutree.use_softirq=0
|
||||
rcupdate.rcu_task_enqueue_lim=4
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
rcutorture.torture_type=tasks-tracing
|
||||
rcupdate.rcu_task_enqueue_lim=2
|
||||
|
|
Loading…
Add table
Reference in a new issue