From: Bart Van Assche Date: Wed, 23 Aug 2023 17:57:50 +0000 (-0700) Subject: tests/srp/rc: Reduce the number of channels X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=476524f89404d672b9906777e8f1f07c1012ecfb;p=users%2Fsagi%2Fblktests.git tests/srp/rc: Reduce the number of channels Login failures have been observed with the default number of channels (ch_count) and dynamic debug enabled on a system with a large number of CPU cores (72). Hence reduce the number of channels. Signed-off-by: Bart Van Assche Signed-off-by: Shin'ichiro Kawasaki --- diff --git a/tests/srp/rc b/tests/srp/rc index 117627c..8370448 100755 --- a/tests/srp/rc +++ b/tests/srp/rc @@ -92,6 +92,7 @@ use_blk_mq() { shift shift kmod_params=( + ch_count=4 indirect_sg_entries=2048 "$@" )