Web updates

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@935 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-07-08 11:49:55 +00:00
parent 7426cbb244
commit 6e22e39cfa
22 changed files with 217 additions and 94 deletions

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -43,7 +43,7 @@
<div id="main">
<h1>Features comparison between Linux SCSI targets</h1>
<p><small>As on June 2009</small></p>
<p><small>As on July 2009</small></p>
<table bgcolor="#F0F0F0" border="1" cols="5" cellspacing="1" cellpadding="7" style="text-align:center" width="620">
@@ -72,7 +72,7 @@
<tr>
<th align="left"> Stability </th> <td> + </td> <td> +
<sup><A HREF="#3">3</A>
</sup> </td> <td> + </td> <td> Heavy development </td>
</sup> </td> <td> + </td> <td> Under development </td>
</tr>
<tr>
<th align="left"> Performance <sup><A HREF="#4">4</A></sup></th> <td> ***** <sup>
@@ -182,13 +182,15 @@ ORDERED commands</th> <td> + </td> <td> + </td> <td> -, <br/> data
<tr bgcolor="#E0E0E0">
<td colspan="5"> <b>Supported SCSI transports</b>
<td colspan="5"> <b>Supported transports and hardware</b>
</td></tr>
<tr>
<th align="left"> iSCSI </th> <td> + </td> <td> + </td> <td> + </td> <td> + </td>
</tr>
<tr>
<th align="left"> Fibre Channel </th> <td> + </td> <td> - </td> <td> - </td> <td> - </td>
<th align="left"> QLogic (Fibre Channel) </th> <td> + </td> <td> - </td> <td> - </td> <td> - </td>
</tr>
<th align="left"> Emulex (Fibre Channel and FCoE) </th> <td> + </td> <td> - </td> <td> - </td> <td> - </td>
</tr>
<tr>
<th align="left"> SRP </th> <td> + </td> <td> - </td> <td> - </td> <td> - </td>
@@ -198,18 +200,21 @@ ORDERED commands</th> <td> + </td> <td> + </td> <td> -, <br/> data
<sup><A HREF="#3">3</A>
</sup> </td> <td> - </td> <td> - </td>
</tr>
<tr>
<th align="left"> Parallel (Wide) SCSI </th> <td> + </td> <td> - </td> <td> - </td> <td> - </td>
</tr>
<tr>
<th align="left"> SAS </th> <td> Under
<th align="left"> Marvell (SAS) </th> <td> Under
development </td> <td> - </td> <td> - </td> <td> - </td>
</tr>
<tr>
<tr>
<th align="left"> FCoE </th> <td> Under
development </td> <td>Under
development</<td> <td> - </td> <td> - </td>
</tr>
<tr>
<th align="left"> LSI (Parallel (Wide) SCSI and Fibre Channel) <td> Under
development </td> <td> - </td> <td> - </td> <td> - </td>
</tr>
<th align="left"> LSI (SAS) <td> Preliminary </td> <td> - </td> <td> - </td> <td> - </td>
</tr>
<tr>
<tr>
<th align="left"> IBM pSeries Virtual SCSI </th> <td> - </td> <td> + </td> <td> - </td> <td> - </td>
</tr>
@@ -228,7 +233,10 @@ ORDERED commands</th> <td> + </td> <td> + </td> <td> -, <br/> data
</tr>
<tr>
<th align="left"> SCSI pass-through
<sup><A HREF="#17">17</A></sup></th> <td> + </td> <td> - </td> <td> - </td> <td> Single initiator only, not enforced
<sup><A HREF="#17">17</A></sup></th> <td> + </td> <td> Disks only, not
enforced <sup>
<A HREF="#18">18</A>
</sup> </td> <td> - </td> <td> Single initiator only, not enforced
<sup><A HREF="#18">18</A></sup></td>
</tr>
<tr>
@@ -361,7 +369,8 @@ reinstatement <sup><A HREF="#21">21</A></sup></th> <td> Safe </td> <td> Not s
about the reservation clearance. Otherwise, several initiators can at the same time change supposed to be protected by the
reservation data, which can corrupt them. This is what was called
<a href="http://communities.vmware.com/thread/53797?tstart=0&start=15">"Russian roulette with your data"</a> on the VMware
community forum by someone working for VMware.</p>
community forum by someone working for VMware. But, sure, it can affect not only VMware, but also any other cluster
implementation, relying on this functionality.</p>
<p><A NAME="13"></A> 13. The problem in IET
<a href="http://sourceforge.net/mailarchive/message.php?msg_name=1239130617.11478.1282.camel%40blackadder">
@@ -386,11 +395,11 @@ reinstatement <sup><A HREF="#21">21</A></sup></th> <td> Safe </td> <td> Not s
<p><A NAME="17"></A> 17. SCSI pass-through mode allows to export your local SCSI-capable device. For instance with it you can share your parallel
SCSI tape or SATA DVD-RW device to your iSCSI network.</p>
<p><A NAME="18"></A> 18. LIO doesn't emulate all the necessary SCSI host functionality to allow to share SCSI devices
in pass-through mode to several initiators. It can only pass SCSI commands from initiators to
<p><A NAME="18"></A> 18. STGT and LIO don't emulate all the necessary SCSI host functionality to allow to share SCSI devices
in pass-through mode to several initiators. They can only pass SCSI commands from initiators to
SCSI devices and responses back. This is safe only with a single initiator. This limitation
isn't enforced anyhow and LIO doesn't issue no warning about it, so an user will not be notified about it
and can quietly corrupt his/her data. You can find more technical information about it
isn't enforced anyhow and both STGT and LIO don't issue any warning about it, so an user will not be notified about this
limitation and can quietly corrupt his/her data. You can find more technical information about it
<a href="http://www.mail-archive.com/linux-scsi@vger.kernel.org/msg06911.html">here</a>.</p>
<p><A NAME="19"></A> 19. You can find a proposal how to implement zero-copy FILEIO in SCST on the <a href="contributing.html#ZC_READ">

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -78,7 +78,7 @@ support user space backend, so, if it has "X" in this line, SCST must also have
SCST and iSCSI-SCST support bidirectional commands as well as iSCSI-SCST supports other values in the
Additional Header Segment (namely, extended CDB).</span></li>
<li><span>STGT marked as having Fibre Channel target drivers for Emulex, QLogic and LSI cards. Where are they?</span></li>
<li><span>STGT marked as having Fibre Channel target drivers for Emulex, QLogic and LSI adapters. Where are they?</span></li>
<li><span>STGT marked as having Fibre Channel QLogic target driver in-tree. Which tree is meant?</span></li>

View File

@@ -12,7 +12,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
<ul>

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -38,9 +38,10 @@
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS cards</a></li>
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target SW</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>
<h1>User utilities</h1>

View File

@@ -7,14 +7,14 @@
<meta name="Robots" content="index,follow" />
<meta name="verify-v1" content="N5TwpSXr8cNkQf0gvE3F3sv+TPHL15k4dTo+ZQCeV9Q=" />
<link rel="stylesheet" href="images/Orange.css" type="text/css" />
<title>SCST: SCSI Target Subsystem for Linux</title>
<title>SCST: A Generic SCSI Target Subsystem for Linux</title>
</head>
<body>
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
<ul>
@@ -29,10 +29,10 @@
</div>
<div id="content-wrap">
<div id="main">
<h1>SCSI Target Subsystem for Linux</h1>
<h1>Generic SCSI Target Subsystem for Linux</h1>
<p>The <strong>SCSI target subsystem for Linux (SCST)</strong> is an alternative
implementation of SCSI target subsystem for Linux. It provides unified,
<p>The <strong>generic SCSI target subsystem for Linux (SCST)</strong> is an alternative
implementation of a SCSI target subsystem for Linux. It provides unified,
consistent interface between SCSI target drivers and
Linux kernel as well as between Linux kernel and storage backend
handlers, connecting target drivers with real or emulated storage backend.
@@ -60,7 +60,7 @@
necessary error recovery.</span></li>
<li><span>SCST core undertakes most problems, related to execution contexts, thus practically eliminating one of the most
complicated problem in the kernel drivers development. For example, target drivers for QLogic
22xx/23xx cards and for InfiniBand SRP are only about 2300 lines of code long.</span></li>
22xx/23xx adapters and for InfiniBand SRP are only about 2300 lines of code long.</span></li>
<li><span>Very low overhead, fine-grained locks and simplest commands processing path allow to reach
maximum possible performance and scalability. Particularly, incoming requests can be processed in
the caller's context or in one of the internal SCST core's tasklets without any

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -38,9 +38,10 @@
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS cards</a></li>
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target SW</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>
<h1>User utilities</h1>

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
<ul>
@@ -46,7 +46,7 @@
therefore no extra context switches required.</span></li>
<li><span>Complete SMP support.</span></li>
<li><span>Undertakes most problems, related to execution contexts, thus practically eliminating one of the most
complicated problem in the kernel drivers development. For example, a target driver for QLogic 22xx/23xx cards,
complicated problem in the kernel drivers development. For example, a target driver for QLogic 22xx/23xx adapters,
which has all necessary features, is about 2000 lines of code long, that is at least in several times less, than
the initiator one.</span></li>
<li><span>Performs all required pre- and post- processing of incoming requests and all necessary error recovery

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">

View File

@@ -12,7 +12,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
<ul>

101
www/target_emulex.html Normal file
View File

@@ -0,0 +1,101 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="Keywords" content="Generic SCSI Target Subsystem for Linux, SCSI target, SAS target, Marvell target" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="Daniel Fernandes"/>
<meta name="Robots" content="index,follow" />
<link rel="stylesheet" href="images/Orange.css" type="text/css" />
<title>Emulex lpfc FC/FCoE target driver</title>
</head>
<body>
<!-- wrap starts here -->
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
<ul>
<li id="sponsorship"><a href="sponsorship.html">Sponsorship</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="http://www.sourceforge.net/projects/scst">Main/News</a></li>
<li id="current"><a href="targets.html">Drivers</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="contributing.html">Contributing</a></li>
<li><a href="comparison.html">Comparison</a></li>
</ul>
</div>
<!-- content-wrap starts here -->
<div id="content-wrap">
<div id="sidebar">
<h1>Target Drivers</h1>
<ul class="sidemenu">
<li><a href="target_iscsi.html">iSCSI-SCST</a></li>
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_local.html">Local Target Driver</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>
<h1>User utilities</h1>
<ul class="sidemenu">
<li><a href="scst_admin.html">SCST Admin Utility</a></li>
<li><a href="handler_fileio_tgt.html">FILEIO_TGT handler</a></li>
</ul>
</div>
<div id="main">
<h1>Target driver for Emulex lpfc FC/FCoE adapters</h1>
<p>Target driver for Emulex lpfc FC/FCoE adapters is developed by the Emulex team.</p>
<p>The driver allows for lpfc adapters to be placed in initiator and/or target mode. Those in
initiator mode will continue to function with the SCSI subsystem as usual. A lpfc_scst helper
module is then loaded that binds that target mode adapters with the SCST subsystem
for use as FCP targets. NPIV is also supported, allowing virtual ports to be created with
individual SCST target instances bound to them.</p>
<p>The lpfc SCST driver kit is part of the lpfcxxxx SourceForge project located at
<a href="https://sourceforge.net/projects/lpfcxxxx" class="readmore">Emulex Linux Drivers</a> page.</p>
<p><span><table height="300px" border=0><tr><td>&nbsp;</td></tr></table></span></p>
</div>
<!-- content-wrap ends here -->
</div>
<!-- wrap ends here -->
</div>
<!-- footer starts here -->
<div id="footer">
<p>
&copy; Copyright 2008-2009 <b><font color="#EC981F">Vladislav Bolkhovitin & others.</font>&nbsp;&nbsp;
Design by: <b><font color="#EC981F">Daniel Fernandes</font></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</p>
</div>
<!-- footer ends here -->
</body>
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/scst/" : "http://apps.sourceforge.net/piwik/scst/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
piwik_action_name = '';
piwik_idsite = 1;
piwik_url = pkBaseURL + "piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
</script>
<object><noscript><p><img src="http://apps.sourceforge.net/piwik/scst/piwik.php?idsite=1" alt="piwik"/></p></noscript></object>
<!-- End Piwik Tag -->
</html>

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -38,9 +38,10 @@
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS cards</a></li>
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target SW</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_local.html">Local Target Driver</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>
@@ -54,7 +55,7 @@
<div id="main">
<h1>Open-FCoE software target</h1>
<p><img src="images/t_fcoe.gif" width="100" height="120" class="float-left" />
Open-FCoE is an open source project implementing the Fibre Channel over Ethernet for the Linux operating system.
Open-FCoE is an open source project implementing the Fibre Channel over Ethernet for Linux.
It uses SCST framework to implement software FC target.
</p><br><br><br><br>
<p class="post-footer align-right">

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -38,9 +38,10 @@
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS cards</a></li>
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target SW</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_local.html">Local Target Driver</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -38,9 +38,10 @@
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS cards</a></li>
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target SW</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_local.html">Local Target Driver</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -38,9 +38,10 @@
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS cards</a></li>
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target SW</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_local.html">Local Target Driver</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>
@@ -52,9 +53,9 @@
</div>
<div id="main">
<h1>Target driver for LSI/MPT cards</h1>
<h1>Target driver for LSI/MPT adapters</h1>
<p><img src="images/t_lsi.gif" width="100" height="120" class="float-left" />
Target driver for LSI/MPT cards was originally developed by Hu Gang, then Erik Habbinga has continued the development. </p>
Target driver for LSI/MPT adapters was originally developed by Hu Gang, then Erik Habbinga has continued the development. </p>
<p>It supports parallel SCSI (SPI), including Wide SCSI, and Fibre Channel, but also should work with SAS. This driver is on the
alpha stage and available for download from the SCST SVN repository. See the download page how to setup access to it.

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -38,9 +38,10 @@
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS cards</a></li>
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target SW</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_local.html">Local Target Driver</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>
@@ -52,9 +53,9 @@
</div>
<div id="main">
<h1>Target driver for Marvell SAS cards</h1>
<h1>Target driver for Marvell SAS adapters</h1>
<p>
Target driver for Marvell SAS cards was developed by Marvell and Andy Yan. It is fully functional
Target driver for Marvell SAS adapters is developed by Marvell and Andy Yan. It is fully functional
SAS target driver.</p>
<p>It is on the beta stage. You can download it from the SCST SVN repository. See the download page how

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -38,9 +38,10 @@
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS cards</a></li>
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target SW</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_local.html">Local Target Driver</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>
@@ -52,9 +53,9 @@
</div>
<div id="main">
<h1>Old target driver for QLogic 22xx/23xx cards for 2.4 kernels</h1>
<h1>Old target driver for QLogic 22xx/23xx adapters for 2.4 kernels</h1>
<p><img src="images/t_unsupported.gif" width="100" height="120" class="float-left" />
Old target driver for QLogic 22xx/23xx cards is capable to work on 2.4 kernels.
Old target driver for QLogic 22xx/23xx adapters is capable to work on 2.4 kernels.
It has all required features and looks to be quite stable. It is designed to work in conjunction with the
initiator driver, which is intended to perform all the initialization and shutdown tasks. In the current release as
a base for the initiator driver was taken Red Hat's driver from the stock 2.4.20 kernel. Then it was patched to
@@ -66,11 +67,11 @@
should work on any other supported by Linux platform.</p>
<p>Currently it is <strong>not supported</strong> and listed here for historical reasons only.</p>
<h1>Target drivers for Adaptec 7xxx and QLogic QLA12xx cards</h1>
<h1>Target drivers for Adaptec 7xxx and QLogic QLA12xx adapters</h1>
<p><img src="images/t_unsupported.gif" width="100" height="120" class="float-left" />
Target drivers for Adaptec 7xxx and QLogic QLA12xx cards have been developed by Hu Gang and they available for
Target drivers for Adaptec 7xxx and QLogic QLA12xx adapters have been developed by Hu Gang and they available for
download from <a href="http://bj.soulinfo.com/~hugang/scst/tgt/">http://bj.soulinfo.com/~hugang/scst/tgt/</a>.
These drivers are not completed, but looks to be a good starting point if you are going to use one of these cards.
These drivers are not completed, but looks to be a good starting point if you are going to use one of these adapters.
SCST team don't have the appropriate hardware, therefore have not tested and don't support these drivers.
Send all questions to <strong>Hu Gang <hugang@soulinfo.com></strong>. If some of these drivers don't compile for
you, try again with SCST version 0.9.3-pre2.</p><br><br>

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -38,9 +38,10 @@
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS cards</a></li>
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target SW</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_local.html">Local Target Driver</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>
@@ -52,9 +53,9 @@
</div>
<div id="main">
<h1>Target driver for QLogic 22xx/23xx cards</h1>
<h1>Target driver for QLogic 22xx/23xx adapters</h1>
<p><img src="images/t_qlogic.gif" width="100" height="120" class="float-left" />
This is target driver for QLogic 22xx/23xx (qla2200/qla2300) Fibre Channel cards. It is stable and well tested.</p>
This is target driver for QLogic 22xx/23xx (qla2200/qla2300) Fibre Channel adapters. It is stable and well tested.</p>
<p>The latest stable version is 1.0.1. Requires Linux kernel version 2.6.16.x or higher and
SCST version 1.0.1 or higher.</p>

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -38,9 +38,10 @@
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS cards</a></li>
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target SW</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_local.html">Local Target Driver</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -38,9 +38,10 @@
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS cards</a></li>
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target SW</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_local.html">Local Target Driver</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>

View File

@@ -14,7 +14,7 @@
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id="slogan">SCSI Target Subsystem for Linux</h2>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
@@ -38,9 +38,10 @@
<li><a href="target_qla22xx_23xx.html">QLogic FC 22xx/23xx</a></li>
<li><a href="target_qla_isp.html">QLogic FC ISP</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS cards</a></li>
<li><a href="target_lsi.html">LSI/MPT cards</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target SW</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">Open-FCoE Target</a></li>
<li><a href="target_local.html">Local Target Driver</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>
@@ -60,8 +61,9 @@
<li><span>Fibre Channel QLogic 22xx/23xx series</span></li>
<li><span>Fibre Channel QLogic ISP Chipsets, including 24xx and 25xx</span></li>
<li><span>Infiniband SCSI RDMA Protocol (SRP)</span></li>
<li><span>Marvell SAS cards</span></li>
<li><span>LSI/MPT cards (parallel SCSI, including Wide Ultra320, SAS, Fibre Channel)</span></li>
<li><span>Marvell SAS adapters</span></li>
<li><span>Emulex lpfc FC/FCoE adapters</span></li>
<li><span>LSI/MPT adapters (parallel SCSI, including Wide Ultra320, SAS, Fibre Channel)</span></li>
<li><span>FCoE</span></li>
<li><span>Local access</span></li>
<li><span>...</span></li>