diff --git a/www/handler_fileio_tgt.html b/www/handler_fileio_tgt.html index 52a28b397..7f817a08c 100644 --- a/www/handler_fileio_tgt.html +++ b/www/handler_fileio_tgt.html @@ -40,6 +40,7 @@
  • QLogic FC qla2x00t
  • SCSI RDMA Protocol (SRP)
  • Marvell SAS adapters
  • +
  • Emulex lpfc FC/FCoE adapters
  • LSI/MPT adapters
  • FCoE Target
  • Local Target Driver
  • diff --git a/www/index.html b/www/index.html index 0b553dd4b..b407d149f 100644 --- a/www/index.html +++ b/www/index.html @@ -154,6 +154,7 @@

    Gentoo HOWTO For iSCSI-SCST

    Alpine Linux HOWTO

    HOWTO For QLogic Target Driver

    +

    HOWTO For Emulex lpfc Target Driver

    SCST SGV Cache Description

    Articles

    Accelerating VDI Using SCST and SSDs diff --git a/www/scst_admin.html b/www/scst_admin.html index b0208b559..63ca0731a 100644 --- a/www/scst_admin.html +++ b/www/scst_admin.html @@ -40,6 +40,7 @@

  • QLogic FC qla2x00t
  • SCSI RDMA Protocol (SRP)
  • Marvell SAS adapters
  • +
  • Emulex lpfc FC/FCoE adapters
  • LSI/MPT adapters
  • FCoE Target
  • Local Target Driver
  • diff --git a/www/target_emulex.html b/www/target_emulex.html new file mode 100644 index 000000000..2083e717f --- /dev/null +++ b/www/target_emulex.html @@ -0,0 +1,120 @@ + + + + + + + + +Emulex lpfc FC/FCoE target driver + + + + +
    + + + + + +
    + + +
    +

    Target driver for Emulex lpfc FC/FCoE adapters

    +

    SCST Emulex +

    Target driver for Emulex lpfc FC/FCoE adapters is developed by the Emulex team.

    + +

    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 the 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.

    + +

    The lpfc SCST driver kit is part of the lpfcxxxx SourceForge project located at + Emulex Linux Drivers page.

    + +

    You can find version which can compile on RHEL5 platforms + here. Thanks to Chris Worley who supplied it.

    + +

    This driver compatible only with SCST 1.x. To update it for 2.x you should perform the following steps:

    + +
      +
    1. Replace on line #1503 "scst_unregister(tgtport->scst_tgt)" on + "scst_unregister_target(tgtport->scst_tgt)"
    2. + +
    3. Replace on line #1570 "tgtport->scst_tgt = scst_register(&scst_data, wwpn)" + on "tgtport->scst_tgt = scst_register_target(&scst_data, wwpn)"
    4. + +
    5. Replace on line #1784 "wwpn, login_handle, tm_session_reg_callback)" on + "wwpn, NULL, login_handle, tm_session_reg_callback)"
    6. +
    + +

    Patch to put this driver in the SCST SVN trunk is welcome!

    + +

    + +
     
    +
    + +
    + + +
    + + + + + + + + + diff --git a/www/target_fcoe.html b/www/target_fcoe.html index 6b2e08ad2..bebfef805 100644 --- a/www/target_fcoe.html +++ b/www/target_fcoe.html @@ -40,6 +40,7 @@
  • QLogic FC qla2x00t
  • SCSI RDMA Protocol (SRP)
  • Marvell SAS adapters
  • +
  • Emulex lpfc FC/FCoE adapters
  • LSI/MPT adapters
  • FCoE Target
  • Local Target Driver
  • diff --git a/www/target_ibmvscsi.html b/www/target_ibmvscsi.html index 6eff9a949..cce09e2a7 100644 --- a/www/target_ibmvscsi.html +++ b/www/target_ibmvscsi.html @@ -40,6 +40,7 @@
  • QLogic FC qla2x00t
  • SCSI RDMA Protocol (SRP)
  • Marvell SAS adapters
  • +
  • Emulex lpfc FC/FCoE adapters
  • LSI/MPT adapters
  • FCoE Target
  • Local Target Driver
  • diff --git a/www/target_iscsi.html b/www/target_iscsi.html index 762b7d5ee..1a6400154 100644 --- a/www/target_iscsi.html +++ b/www/target_iscsi.html @@ -36,13 +36,15 @@