]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit58d018c0c6b7daaa45ad3e1df82901bddc8e0139
tree263f65abe4fbc95260e5180f6d4a3e80e8394475
parent023926fd550764cda2c99c018ed16ea8262f0070
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