All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE]: Broadcom (Emulex) FC Target driver - efct
@ 2017-02-27 23:28 James Smart
  2017-02-28 16:34 ` Hannes Reinecke
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: James Smart @ 2017-02-27 23:28 UTC (permalink / raw)
  To: Linux SCSI Mailinglist

I'd like to announce the availability of the Broadcom (Emulex) FC Target 
driver - efct.
This driver has been part of the Emulex OneCore Storage SDK tool kit for 
Emulex
SLI-4 adapters. The SLI-4 adapters support 16Gb/s and higher adapters. 
Although this
kit has supported FCoE in the past, it is currently limited to FC support.

This driver provides the following:
- Target mode operation:
   - Functional with LIO-based interfaces
   - Extensive use of hw offloads such as auto-xfer_rdy, auto-rsp, cmd 
cpu spreading
   - High login mode - thousands of logins
   - T-10 DIF/PI support  (inline and separate)
   - NPIV support
- Concurrent Initiator support if needed
- Discovery engine has F_Port and fabric services emulation.
- Extended mgmt interfaces:
   - firmware dump api, including dump to host memory for faster dumps
   - Healthcheck operations and watchdogs
- Extended driver behaviors such as:
   - polled mode operation
   - multi-queue: cpu, roundrobin, or priority  (but not tied  to scsi-mq)
   - long chained sgl's
   - extensive internal logging and statistics
   - Tuning parameters on modes and resource allocation to different 
features

Broadcom is looking to upstream this driver and would like review and 
feedback.
The driver may be found at the following git repository:
     git@gitlab.com:jsmart/efct-Emulex_FC_Target.git


Some of the key questions we have are with lpfc :
1) Coexistence vs integration
Currently, the efct driver maps to a different set of PCI ids than lpfc.
It's very clear there's an overlap with lpfc, both on SLI-4 hw as well 
as initiator support.
Although target mode support can be simplistically added to lpfc, what 
we've found is
that doing so means a lot of tradeoffs. Some of the target mode 
features, when enabled,
impact the initiator support and how it would operate.

2) SLI-3 support
lpfc provides SLI-3 support so that all FC adapters are supported, 
including the older ones.
The form of the driver, based on its history, is SLI-3 with SLI-3 
adapted to SLI-4 at the point
it hits the hardware. efct does not support SLI-3.

3) complexity of configuration knobs caused by the kitchen-sink of 
features in lpfc ?
we are pushing the limit on needing per-instance attributes rather than 
global module
parameters.

-- james

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2017-06-16  6:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-27 23:28 [ANNOUNCE]: Broadcom (Emulex) FC Target driver - efct James Smart
2017-02-28 16:34 ` Hannes Reinecke
2017-02-28 18:14   ` James Smart
2017-03-01  9:40     ` Hannes Reinecke
2017-03-02 20:08 ` Nicholas A. Bellinger
2017-03-05 16:35   ` Sebastian Herbszt
2017-03-06 17:53     ` Bart Van Assche
2017-05-16 19:59     ` Roland Dreier
2017-06-12 23:08       ` James Smart
2017-06-13  6:31         ` Christoph Hellwig
2017-06-13  8:29         ` Johannes Thumshirn
2017-06-13 15:34         ` Martin K. Petersen
2017-06-14 11:40         ` Hannes Reinecke
2017-06-14 20:02           ` Sebastian Herbszt
2017-06-16  6:38             ` Hannes Reinecke
2017-03-17  0:10 ` Bart Van Assche

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.