From: hare@suse.de (Hannes Reinecke)
Subject: [PATCH 5/7] nvme-fabrics: Add host FC transport support
Date: Tue, 4 Oct 2016 09:41:31 +0200 [thread overview]
Message-ID: <0ba7700f-5759-9fdc-ada7-be950907ad3d@suse.de> (raw)
In-Reply-To: <57f34bb5.BbLRH5/EeGOE2eLY%james.smart@broadcom.com>
On 10/04/2016 08:27 AM, James Smart wrote:
>
> Add nvme-fabrics host FC transport support
>
> Implements the FC-NVME T11 definition of how nvme fabric capsules are
> performed on an FC fabric. Utilizes a lower-layer API to FC host adapters
> to send/receive FC-4 LS operations and FCP operations that comprise NVME
> over FC operation.
>
> The T11 definitions for FC-4 Link Services are implemented which create
> NVMeOF connections. Implements the hooks with blk-mq to then submit admin
> and io requests to the different connections.
>
> The changes made since the prior patch:
> - Remove todo on Association LS: pull values from opts struct
> - Slight restructure of nvme_fc_create_io_queues() and
> nvme_fc_init_io_queues() for their return values
> - Checked and corrected BLK_MQ_xx return values in nvme_fc_start_fcp_op()
> - Remove the todo's around dma_map_page(). No need to use dma_map_page()
> - Reworked teardown paths with ref counting
> - Teardown now invokes callbackes on completion of unregister functions
> - set sqid in fcp request structs
> - Add blk poll support.
> - Remove map_queue from templates
> - Removal of fabric name for nport qualifier. Not necessary in T11.
> - LS's moved to controller linked list rather than remoteport
>
> Signed-off-by: James Smart <james.smart at broadcom.com>
> ---
> drivers/nvme/host/Kconfig | 15 +
> drivers/nvme/host/Makefile | 3 +
> drivers/nvme/host/fc.c | 2286 ++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 2304 insertions(+)
> create mode 100644 drivers/nvme/host/fc.c
>
Reviewed-by: Hannes Reinecke <hare at suse.com>
Cheers,
Hannes
--
Dr. Hannes Reinecke zSeries & Storage
hare at suse.de +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg
GF: J. Hawn, J. Guild, F. Imend?rffer, HRB 16746 (AG N?rnberg)
next prev parent reply other threads:[~2016-10-04 7:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-04 6:27 [PATCH 5/7] nvme-fabrics: Add host FC transport support James Smart
2016-10-04 7:41 ` Hannes Reinecke [this message]
2016-10-04 9:32 ` Johannes Thumshirn
2016-10-07 23:10 ` James Smart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0ba7700f-5759-9fdc-ada7-be950907ad3d@suse.de \
--to=hare@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox