From: James Smart Date: Fri, 22 May 2015 14:42:38 +0000 (-0400) Subject: lpfc: Add support for using block multi-queue X-Git-Tag: omap-for-v4.3/legacy-v2-signed~180^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0dff14164d3f43eba8365950b506d898e0e1e6;p=pandora-kernel.git lpfc: Add support for using block multi-queue With blk-mq support in the mid-layer, lpfc can do IO steering based on the information in the request tag. This patch allows lpfc to use blk-mq if enabled. If not enabled, we fall back into the emulex-internal affinity mappings. This feature can be turned on via CONFIG_SCSI_MQ_DEFAULT or passing scsi_mod.use_blk_mq=Y as a parameter to the kernel. Signed-off-by: Dick Kennedy Signed-off-by: James Smart Reviewed-by: Hannes Reinecke Signed-off-by: James Bottomley --- Reading git-diff-tree failed