diff options
author | James Smart <James.Smart@Emulex.Com> | 2008-08-24 21:50:30 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-10-13 09:28:55 -0400 |
commit | 9399627f340794baebf7e4581470ccb92f019acc (patch) | |
tree | c30e656a1c353e2f025bb5ca3daf142128434a34 /drivers/scsi/lpfc/lpfc_attr.c | |
parent | 0f1f53a7efd60d7cdd8e82925f0c62dcf64ba092 (diff) |
[SCSI] lpfc 8.2.8 : Add MSI-X support
Add support for MSI-X Multi-Message interrupts. We use different vectors
for fast-path interrupts (i/o) and slow-patch interrupts (discovery, etc).
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_attr.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_attr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index b9acc6eefe62..21397f37010d 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
@@ -2372,12 +2372,12 @@ LPFC_ATTR_RW(poll_tmo, 10, 1, 255, | |||
2372 | /* | 2372 | /* |
2373 | # lpfc_use_msi: Use MSI (Message Signaled Interrupts) in systems that | 2373 | # lpfc_use_msi: Use MSI (Message Signaled Interrupts) in systems that |
2374 | # support this feature | 2374 | # support this feature |
2375 | # 0 = MSI disabled (default) | 2375 | # 0 = MSI disabled |
2376 | # 1 = MSI enabled | 2376 | # 1 = MSI enabled |
2377 | # 2 = MSI-X enabled | 2377 | # 2 = MSI-X enabled (default) |
2378 | # Value range is [0,2]. Default value is 0. | 2378 | # Value range is [0,2]. Default value is 2. |
2379 | */ | 2379 | */ |
2380 | LPFC_ATTR_R(use_msi, 0, 0, 2, "Use Message Signaled Interrupts (1) or " | 2380 | LPFC_ATTR_R(use_msi, 2, 0, 2, "Use Message Signaled Interrupts (1) or " |
2381 | "MSI-X (2), if possible"); | 2381 | "MSI-X (2), if possible"); |
2382 | 2382 | ||
2383 | /* | 2383 | /* |