From: James Smart Date: Fri, 22 May 2009 18:52:35 +0000 (-0400) Subject: [SCSI] lpfc 8.3.2 : Addition of SLI4 Interface - Queues X-Git-Tag: v2.6.31-rc1~365^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f774513f7b3fe96648b8936f60f835e6ceaa88e;p=pandora-kernel.git [SCSI] lpfc 8.3.2 : Addition of SLI4 Interface - Queues Adds support for the new queues in the SLI-4 interface. There are : - Work Queues - host-to-adapter for fast-path traffic - Mailbox Queues - host-to-adapter for control (slow-path) - Buffer Queues - host-to-adapter for posting buffers for async receive - Completion Queues - adapter-to-host for posting async events, completions for fast or slow patch work, receipt of async receive traffic - Event Queues - tied to MSI-X vectors, binds completion queues with interrupts These patches add the all the support code to tie into command submission and response paths, updates the interrupt handling, etc. Signed-off-by: James Smart Signed-off-by: James Bottomley --- Reading git-diff-tree failed