]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
tests/srp/rc: Reduce the number of channels
authorBart Van Assche <bvanassche@acm.org>
Wed, 23 Aug 2023 17:57:50 +0000 (10:57 -0700)
committerShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Thu, 21 Sep 2023 01:30:22 +0000 (10:30 +0900)
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 <bvanassche@acm.org>
Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
tests/srp/rc

index 117627c90c20b042da37550a36cff5a1e47fe9b5..8370448babbde5aabe971063b66d8f282d79759a 100755 (executable)
@@ -92,6 +92,7 @@ use_blk_mq() {
        shift
        shift
        kmod_params=(
+               ch_count=4
                indirect_sg_entries=2048
                "$@"
        )