Re: [PATCH v3 00/16] lpfc: Add NVME Fabrics support

2017-02-20 Thread Martin K. Petersen
> "James" == James Smart writes: James> This patch set adds support for NVME over Fabrics FC transport to James> lpfc Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v3 00/16] lpfc: Add NVME Fabrics support

2017-02-15 Thread Bart Van Assche
On 02/15/2017 08:04 AM, James Smart wrote: > On 2/15/2017 2:12 AM, Sagi Grimberg wrote: >> Also, can you send your patchset threaded? It usually does so >> when generating the patches with git format-patch, not sure >> how this is not the case with your set... It would make my >> life a bit

Re: [PATCH v3 00/16] lpfc: Add NVME Fabrics support

2017-02-15 Thread James Smart
On 2/15/2017 2:12 AM, Sagi Grimberg wrote: The patches were cut against 1/30 scsi.git tree, misc branch. ** THEY ARE INTENDED FOR THE SCSI.GIT TREE, MISC BRANCH ** The lpfc version in the linux-block.git tree is rather old. I have a recipe for how to get it to a version that syncs with the

Re: [PATCH v3 00/16] lpfc: Add NVME Fabrics support

2017-02-15 Thread Sagi Grimberg
Hi James, This patch set adds support for NVME over Fabrics FC transport to lpfc The internals of the driver are reworked to support being either: a SCSI initiator; a NVME intiator; both a SCSI initiator and a NVME initiator; or a NVME target. The driver effectively has parallel NVME and

[PATCH v3 00/16] lpfc: Add NVME Fabrics support

2017-02-12 Thread James Smart
This patch set adds support for NVME over Fabrics FC transport to lpfc The internals of the driver are reworked to support being either: a SCSI initiator; a NVME intiator; both a SCSI initiator and a NVME initiator; or a NVME target. The driver effectively has parallel NVME and SCSI stacks