Re: [PATCH 4/9] lpfc: Add support for using block multi-queue

2015-05-25 Thread Hannes Reinecke
On 05/22/2015 04:42 PM, James Smart wrote: 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

Re: [PATCH 4/9] lpfc: Add support for using block multi-queue

2015-05-24 Thread Sebastian Herbszt
James Smart wrote: 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 two spaces blk-mq if enabled. If not enabled, we fall back into the emulex-internal

[PATCH 4/9] lpfc: Add support for using block multi-queue

2015-05-22 Thread James Smart
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