commit | fc6f9c57787e578473d47b7bbc846e317d17c1df | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Aug 27 14:43:05 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Sat Dec 01 12:45:33 2018 -0800 |
tree | 9351a606676c6da9227654d931430f0b3f7b2792 | |
parent | 28cf5952f56005325f269ccfe402a880cd741189 [diff] |
rcutorture: Remove cbflood facility Now that the forward-progress code does a full-bore continuous callback flood lasting multiple seconds, there is little point in also posting a mere 60,000 callbacks every second or so. This commit therefore removes the old cbflood testing. Over time, it may be desirable to concurrently do full-bore continuous callback floods on all CPUs simultaneously, but one dragon at a time. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>