From 4a6d63f71a2607d1a65184f3a5e4879beb0933b4 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 13 Nov 2010 12:53:29 +0000 Subject: [PATCH] Updated patch descriptions. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2684 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index 3d0f357b4..33a885db5 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -486,6 +486,21 @@ fi \ # Directory drivers/scst/srpt +{ + +cat < +EOF if [ "$srpt" = "true" ]; then add_file "srpt/README_in-tree" "Documentation/scst/README.srpt" @@ -506,7 +521,7 @@ else add_empty_file "drivers/scst/srpt/Makefile" fi \ -| process_patch "scst_16_srpt.diff" +} | process_patch "scst_16_srpt.diff" # Directory drivers/message/fusion/mpt_scst @@ -641,6 +656,7 @@ Linux initiator system: - Verified that after a client reboot ibmvscsic reconnected with the target and that the target devices were again usable. - Performed IO stress testing on the device. +- Verified that SCSI task abortion works correctly. - Performed basic I/O performance testing. With a RAM disk as target linear direct I/O throughput was above 2 GB/s and a 4 KB random I/O test resulted in more than 10000 IOPS.