Christoph Hellwig
45ffac1976
scsi: lpfc: use pci_irq_alloc_vectors and pci_irq_free_vectors
...
This avoids having to store the msix_entries array and simpliefies the
shutdown and cleanup path a lot.
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2017-02-22 18:41:42 -05:00
James Smart
352e5fd105
scsi: lpfc: Reinstate lpfc_soft_wwn parameter
...
The lpfc 11.2.0.4 patch set deprecated, by removing, the lpfc_soft_wwn
parameter support.
This patch reinstates support, but adds a warning in the enablement of
the feature that indicates Broadcom (Emulex) does not support the
feature.
Signed-off-by: James Smart <james.smart@broadcom.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2017-01-05 20:56:41 -05:00
James Smart
f2bf460cf5
scsi: lpfc: Deprecate lpfc_prot_sg_seg_cnt parameter
...
Deprecate lpfc_prot_sg_seg_cnt parameter. Eliminates driver from
unnecessarily limiting DIF s/g list length.
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2017-01-05 00:21:12 -05:00
James Smart
8c6a6f4076
scsi: lpfc: Deprecate lpfc_soft_wwn parameter
...
Deprecate lpfc_soft_wwn parameter.
No longer allow override of hw-assigned wwns
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2017-01-05 00:21:12 -05:00
James Smart
c691816e00
scsi: lpfc: Synchronize link speed with boot driver
...
Synchronize link speed with boot driver
Link speed settings set by the boot driver are reported by the hw.
Driver will attempt to read them, and if set, will respect their
values.
The driver can override the settings with its own if instructed by
user space (via bsg), with the new values being picked up by the
boot driver.
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-11-08 17:29:50 -05:00
James Smart
b3b98b7429
scsi: lpfc: Make lpfc_prot_xxx params per hba parameters
...
Make lpfc_prot_mask and lpfc_prot_guard per hba parameters
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-11-08 17:29:49 -05:00
James Smart
115a4124ba
lpfc: Correct issue with ioremap() call on 32bit kernel
...
Correct issue with ioremap() call on 32bit kernel
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
12247e8101
lpfc: Remove global lpfc_sli_mode attribute in leiu of per-hba lpfc_sli_mode
...
Remove global lpfc_sli_mode attribute in leiu of per-hba lpfc_sli_mode
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
8eb8b960fd
lpfc: Remove global lpfc_delay_discovery attribute in leiu of per-hba lpfc_delay_discovery
...
Remove global lpfc_delay_discovery attribute in leiu of per-hba
lpfc_delay_discovery
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
c92c841cc7
lpfc: Add support for XLane LUN priority
...
Add support for XLane LUN priority
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
7bdedb34a0
lpfc: Add MDS Diagnostics Support
...
Add MDS Diagnostics Support
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
65791f1f90
lpfc: Add recovery from adapter parity errors on some SLI4 adapters
...
Add recovery from adapter parity errors on some SLI4 adapters
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
310429ef11
lpfc: Fix Transgression Flag of Optical Element descriptor for RDP on Linux
...
Fix Transgression Flag of Optical Element descriptor for RDP on Linux
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com >
Signed-off-by: James Smart <james.smart@broadcom.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-07-15 15:25:06 -04:00
James Smart
506115777a
lpfc: Update modified file copyrights
...
Signed-off-by: Dick Kennedy <dick.kennedy@avagotech.com >
Signed-off-by: James Smart <james.smart@avagotech.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-04-11 16:57:09 -04:00
James Smart
8663cbbe3b
lpfc: Fix interaction between fdmi_on and enable_SmartSAN
...
Signed-off-by: Dick Kennedy <dick.kennedy@avagotech.com >
Signed-off-by: James Smart <james.smart@avagotech.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-04-11 16:57:09 -04:00
James Smart
b5c5395839
lpfc: Utilize embedded CDB logic to minimize IO latency
...
Pass cmd iu payloads inline to adapter job structure rather than as
separate dma buffers.
Signed-off-by: Dick Kennedy <dick.kennedy@avagotech.com >
Signed-off-by: James Smart <james.smart@avagotech.com >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2016-04-11 16:57:09 -04:00
James Smart
4258e98ee3
lpfc: Modularize and cleanup FDMI code in driver
...
Modularize, cleanup, add comments - for FDMI code in driver
Note: I don't like the comments with leading # - but as we have a lot if
present, I'm deferring to handle it in one big fix later.
Signed-off-by: Dick Kennedy <dick.kennedy@avagotech.com >
Signed-off-by: James Smart <james.smart@avagotech.com >
Reviewed-by: Hannes Reinicke <hare@suse.de >
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
2015-12-21 22:01:20 -05:00
James Smart
d38dd52c79
lpfc: Add support for Lancer G6 and 32G FC links
...
Signed-off-by: Dick Kennedy <dick.kennedy@avagotech.com >
Signed-off-by: James Smart <james.smart@avagotech.com >
Reviewed-by: Hannes Reinecke <hare@suse.com >
Signed-off-by: James Bottomley <JBottomley@Odin.com >
2015-10-27 10:17:51 +09:00
James Smart
86478875eb
lpfc: Add support for RDP ELS command.
...
Signed-off-by: Dick Kennedy <dick.kennedy@avagotech.com >
Signed-off-by: James Smart <james.smart@avagotech.com >
Reviewed-by: Hannes Reinecke <hare@suse.de >
Signed-off-by: James Bottomley <JBottomley@Odin.com >
2015-06-05 22:34:55 -07:00
James Smart
8b017a30a3
lpfc: Add support for ELS LCB.
...
Also has a little whitespace fixing.
Signed-off-by: Dick Kennedy <dick.kennedy@avagotech.com >
Signed-off-by: James Smart <james.smart@avagotech.com >
Reviewed-by: Hannes Reinecke <hare@suse.de >
Signed-off-by: James Bottomley <JBottomley@Odin.com >
2015-06-05 15:30:28 -07:00
James Smart
f25e8e79bd
lpfc: Update copyright to 2015
...
Update copyright to 2015
Signed-off-by: Dick Kennedy <dick.kennedy@emulex.com >
Signed-off-by: James Smart <james.smart@emulex.com >
Reviewed-by: Hannes Reinecke <hare@suse.de >
Signed-off-by: James Bottomley <JBottomley@Odin.com >
2015-04-10 07:50:42 -07:00
James Smart
76b2c34aeb
lpfc: Fix FDMI Fabric support in driver for Brocade
...
Signed-off-by: Dick Kennedy <dick.kennedy@emulex.com >
Signed-off-by: James Smart <james.smart@emulex.com >
Reviewed-by: Hannes Reinecke <hare@suse.de >
Signed-off-by: James Bottomley <JBottomley@Odin.com >
2015-04-10 07:48:57 -07:00
James Smart
b857ff33d0
lpfc: Update Copyright on changed files from 8.3.45 patches
...
Update Copyright on changed files from 8.3.45 patches
Missed this in the 8.3.45 push
Signed-off-by: James Smart <james.smart@emulex.com >
Reviewed-By: Dick Kennedy <dick.kennedy@emulex.com >
Signed-off-by: Christoph Hellwig <hch@lst.de >
2014-06-02 18:29:09 +02:00
James Smart
0293635ef6
lpfc: Fix FW dump using sysfs
...
Fix FW dump using sysfs
Signed-off-by: James Smart <james.smart@emulex.com >
Reviewed-By: Dick Kennedy <dick.kennedy@emulex.com >
Signed-off-by: Christoph Hellwig <hch@lst.de >
2014-06-02 18:28:52 +02:00
James Smart
6ff8556d5f
[SCSI] lpfc 8.3.45: Incorporate changes to use reason in change_queue_depth function.
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2014-03-15 10:18:56 -07:00
James Smart
1ba981fd3a
[SCSI] lpfc 8.3.45: Incorporated support of a low-latency io path
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2014-03-15 10:18:56 -07:00
James Smart
cff261f6bd
[SCSI] lpfc 8.3.44: Fix kernel panics from corrupted ndlp list
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2014-03-15 10:18:55 -07:00
James Smart
0c4112223c
[SCSI] lpfc 8.3.42: Fixed issue of task management commands having a fixed timeout
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2013-09-10 17:32:36 -07:00
James Smart
f8813d260e
[SCSI] lpfc: Removed obsolete fcp_eq_count and fcp_wq_count driver attributes
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2013-08-26 12:51:33 +04:00
James Smart
3cb01c57c9
[SCSI] lpfc 8.3.41: Add first burst support to driver
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2013-08-23 13:23:51 -04:00
James Smart
92c13f291e
[SCSI] lpfc 8.3.40: Update Copyrights to 2013 for 8.3.38, 8.3.39, and 8.3.40 modifications
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2013-06-26 10:48:55 -07:00
James Smart
7bb03bbf1e
[SCSI] lpfc 8.3.39: Fixed driver vector mapping to CPU affinity
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2013-05-02 13:10:25 -07:00
James Smart
a40fc5f0d0
[SCSI] lpfc 8.3.39: Reduced spinlock contention on SCSI buffer list
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2013-05-02 13:01:30 -07:00
James Smart
96f7077f67
[SCSI] lpfc 8.3.39: Fix driver issues with large s/g lists for BlockGuard
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2013-05-02 12:46:20 -07:00
James Smart
09294d4623
[SCSI] lpfc 8.3.39: Fix driver issues with large lpfc_sg_seg_cnt values
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2013-05-02 12:44:43 -07:00
James Smart
e74c03c8a8
[SCSI] lpfc 8.3.39: Fixed pt2pt and loop discovery problems on topology changes.
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2013-05-02 12:43:15 -07:00
James Smart
256ec0d05f
[SCSI] lpfc 8.3.39: Remove driver dependency on HZ
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2013-05-02 12:39:54 -07:00
James Smart
962bc51b04
[SCSI] lpfc 8.3.37: Provide support for FCoE protocol dual-chute (ULP) operation
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2013-01-30 11:32:41 +11:00
James Smart
6dd9e31ccb
[SCSI] lpfc 8.3.37: Fixed no-context ABTS failed with BA_RJT
...
Fixed no-context ABTS received on unsolicited receive queue failed with BA_RJT
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2013-01-30 11:21:21 +11:00
James Smart
a6571c6eba
[SCSI] lpfc 8.3.36: Fix bug with Target Resets and FCP2 devices
...
Fix bug with Target Resets and FCP2 devices
Create module parameter to disable Target Reset on FCP-Tape devices
when a "bus reset" is requested. Default is to reset all devices on
bus reset.
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2012-11-27 08:59:44 +04:00
James Smart
c71ab8616d
[SCSI] lpfc 8.3.36: Fixed boot from san failure
...
Fixed boot from san failure when SLI4 FC device presented on the same PCI bus
The request_firmware interface can induce delays while looking
for firmware files, even if no fw file is present. In some situations
the delays exceeded scan_wait timeouts, resulting in situations in which
the boot device had not been discovered in time. Boot Device does not
need to be on a lpfc device.
Change request_firmware use to be module paramater driven. Default is to
not attempt firmware download on boot. Add sysfs parameter to invoke
firmware update.
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2012-11-27 08:59:43 +04:00
James Smart
5402a31581
[SCSI] lpfc 8.3.35: Fixed Linux generic firmware download on SLI4 devices with longer module names
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2012-10-08 11:55:41 +01:00
James Smart
ba20c8536f
[SCSI] lpfc 8.3.33: Add lpfc_fcp_look_ahead module parameter
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2012-09-14 14:44:39 +01:00
James Smart
49aa143da9
[SCSI] lpfc 8.3.33: Make I/O to hw queue distribution algorithm a module parameter
...
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2012-09-14 14:43:46 +01:00
James Smart
67d1273385
[SCSI] lpfc 8.3.33: Tie parallel I/O queues into separate MSIX vectors
...
Add fcp_io_channel module attribute to control amount of parallel I/O queues
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2012-09-14 14:41:19 +01:00
James Smart
2a76a28314
[SCSI] lpfc 8.3.33: Parallelize SLI-4 Q distribution
...
Commonize SLI-3/4 Ring/Queue framework, to keep SLI-3 compatibility
Parallelize SLI-4 Q distribution - to use multiple posting/completion queues
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2012-09-14 14:39:22 +01:00
James Smart
618a5230b8
[SCSI] lpfc 8.3.32: Correct provisioning change failure on local function
...
Fixed system held-up when performing resource provsion through same PCI
function
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com >
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2012-07-20 08:58:28 +01:00
James Smart
809c75368d
[SCSI] lpfc 8.3.31: Debug helper utility routines for dumping various SLI4 queues
...
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com >
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2012-05-17 11:11:52 +01:00
James Smart
4f2e66c6d2
[SCSI] lpfc 8.3.31: Fixed system panic due to midlayer abort and driver complete race on SCSI cmd
...
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com >
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2012-05-17 10:57:29 +01:00
James Smart
4ac9b22625
[SCSI] lpfc 8.3.30: Added more T10 DIF debugfs error injection
...
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com >
Signed-off-by: James Smart <james.smart@emulex.com >
Signed-off-by: James Bottomley <JBottomley@Parallels.com >
2012-03-27 08:26:33 +01:00