All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steve Wise" <swise@opengridcomputing.com>
To: "'Christoph Hellwig'" <hch@lst.de>, <axboe@kernel.dk>,
	<keith.busch@intel.com>
Cc: <linux-block@vger.kernel.org>, <linux-rdma@vger.kernel.org>,
	<linux-nvme@lists.infradead.org>
Subject: RE: NVMe over Fabrics target implementation V2
Date: Tue, 28 Jun 2016 14:02:56 -0500	[thread overview]
Message-ID: <01fb01d1d16f$ae47ef60$0ad7ce20$@opengridcomputing.com> (raw)
In-Reply-To: <1466525061-3686-1-git-send-email-hch@lst.de>


> Subject: NVMe over Fabrics target implementation V2
> 
> This patch set adds a generic NVMe over Fabrics target. The
> implementation conforms to the NVMe 1.2b specification (which
> includes Fabrics) and provides the NVMe over Fabrics access
> to Linux block devices.
> 

Series looks good to me.

Reviewed-by: Steve Wise <swise@opengridcomputing.com>

WARNING: multiple messages have this Message-ID (diff)
From: swise@opengridcomputing.com (Steve Wise)
Subject: NVMe over Fabrics target implementation V2
Date: Tue, 28 Jun 2016 14:02:56 -0500	[thread overview]
Message-ID: <01fb01d1d16f$ae47ef60$0ad7ce20$@opengridcomputing.com> (raw)
In-Reply-To: <1466525061-3686-1-git-send-email-hch@lst.de>


> Subject: NVMe over Fabrics target implementation V2
> 
> This patch set adds a generic NVMe over Fabrics target. The
> implementation conforms to the NVMe 1.2b specification (which
> includes Fabrics) and provides the NVMe over Fabrics access
> to Linux block devices.
> 

Series looks good to me.

Reviewed-by: Steve Wise <swise at opengridcomputing.com>

WARNING: multiple messages have this Message-ID (diff)
From: "Steve Wise" <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
To: 'Christoph Hellwig' <hch-jcswGhMUV9g@public.gmane.org>,
	axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org,
	keith.busch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
Cc: linux-block-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: RE: NVMe over Fabrics target implementation V2
Date: Tue, 28 Jun 2016 14:02:56 -0500	[thread overview]
Message-ID: <01fb01d1d16f$ae47ef60$0ad7ce20$@opengridcomputing.com> (raw)
In-Reply-To: <1466525061-3686-1-git-send-email-hch-jcswGhMUV9g@public.gmane.org>


> Subject: NVMe over Fabrics target implementation V2
> 
> This patch set adds a generic NVMe over Fabrics target. The
> implementation conforms to the NVMe 1.2b specification (which
> includes Fabrics) and provides the NVMe over Fabrics access
> to Linux block devices.
> 

Series looks good to me.

Reviewed-by: Steve Wise <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>


--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-06-28 19:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-21 16:04 NVMe over Fabrics target implementation V2 Christoph Hellwig
2016-06-21 16:04 ` Christoph Hellwig
2016-06-21 16:04 ` Christoph Hellwig
2016-06-21 16:04 ` [PATCH 1/3] block: Export blk_poll Christoph Hellwig
2016-06-21 16:04   ` Christoph Hellwig
2016-06-21 16:04   ` Christoph Hellwig
2016-06-21 16:04 ` [PATCH 2/3] nvmet: add a generic NVMe target Christoph Hellwig
2016-06-21 16:04   ` Christoph Hellwig
2016-06-21 16:04   ` Christoph Hellwig
2016-06-21 16:04 ` [PATCH 3/3] nvme-loop: add a NVMe loopback host driver Christoph Hellwig
2016-06-21 16:04   ` Christoph Hellwig
2016-06-21 16:04   ` Christoph Hellwig
2016-06-28 19:02 ` Steve Wise [this message]
2016-06-28 19:02   ` NVMe over Fabrics target implementation V2 Steve Wise
2016-06-28 19:02   ` Steve Wise
2016-07-05 17:31 ` Jens Axboe
2016-07-05 17:31   ` Jens Axboe
2016-07-05 17:31   ` Jens Axboe
2016-07-13  9:38   ` Sagi Grimberg
2016-07-13  9:38     ` Sagi Grimberg
2016-07-13  9:38     ` Sagi Grimberg

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='01fb01d1d16f$ae47ef60$0ad7ce20$@opengridcomputing.com' \
    --to=swise@opengridcomputing.com \
    --cc=axboe@kernel.dk \
    --cc=hch@lst.de \
    --cc=keith.busch@intel.com \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=linux-rdma@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.