From 34e030648ba3f97c6389e284a28946ed64cc5701 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 14 Apr 2009 15:58:27 +0000 Subject: [PATCH] Web updates git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@771 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- www/comparison.html | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/www/comparison.html b/www/comparison.html index 7d8260346..8121af7b4 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -83,8 +83,8 @@ Zero-copy passing data between target and backend drivers + 7 - + - 8 + + + 8 + + @@ -211,17 +211,20 @@ SCSI requirements 12 Safe S Kernel side BLOCKIO + - + + - User space side FILEIO + + - - + User space FILEIO + + - - SCSI pass-through + - - Single initiator only, not enforced 15 - Zero-copy data read/write to backstorage BLOCKIO, pass- - through + Zero-copy data read/write to backstorage BLOCKIO, user space + FILEIO in O_DIRECT mode, + pass-through 16 - - BLOCKIO BLOCKIO, pass- + - + 8 + BLOCKIO BLOCKIO, pass- through @@ -262,7 +265,9 @@ devices - Experimental - - Zero-copy data send/receive Send only 17 - None Send only Send only + None + 8 + Send only Send only Multiple connections per session (MS/C) - - - + @@ -363,7 +368,7 @@ reinstatement 18 Safe Not s http://www.mail-archive.com/linux-scsi@vger.kernel.org/msg06911.html

-

16. Proposal how to implement zero-copy FILEIO in SCST you can find in +

16. You can find proposal how to implement zero-copy FILEIO in SCST on the Contributing page.

17. Doesn't need any kernel patch, except in case, when used with user space backend.