From 7322ff6c24750d49720941ee2989cdd279a494a5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 23 Jul 2010 12:25:54 +0000 Subject: [PATCH] Added an additional test. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1868 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Testing.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/srpt/Testing.txt b/srpt/Testing.txt index 6a6e13741..b0baaf5b2 100644 --- a/srpt/Testing.txt +++ b/srpt/Testing.txt @@ -84,3 +84,12 @@ The following tests must be run at least before releasing a new SRPT version: EXTRA_CFLAGS += -DCONFIG_SCST_DEBUG_TM -DCONFIG_SCST_TM_DBG_GO_OFFLINE * Test with multiple values of ib_srp_tablesize in the range 1..128. + +* Verify that the initiator does not lock up while running the command: + +fio --bs=512 --buffered=0 --ioengine=sg --rw=read --invalidate=1 --thread --numjobs=8 --loops=10 --gtod_reduce=1 --name=/dev/sdb --filename=/dev/sdb + + when target processing is delayed by the following command: + +echo 15 > /sys/module/ib_srpt/parameters/interrupt_processing_delay_in_us +