scftorture: Add RPC-like IPI tests
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 25 Jun 2021 00:53:43 +0000 (17:53 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 27 Jul 2021 18:39:30 +0000 (11:39 -0700)
commit9b9a80677fd80bd531cb05bfe205a40a51955939
tree263f65abe4fbc95260e5180f6d4a3e80e8394475
parentaf5f6e27d52cdb2cb3826df19a69a74e9d5eff5e
scftorture: Add RPC-like IPI tests

This commit adds the single_weight_rpc module parameter, which causes the
IPI handler to awaken the IPI sender.  In many scheduler configurations,
this will result in an IPI back to the sender that is likely to be
received at a time when the sender CPU is idle.  The intent is to stress
IPI reception during CPU busy-to-idle transitions.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/scftorture.c