From: swise@opengridcomputing.com (Steve Wise)
Subject: NVMe over Fabrics support for nvme-cli
Date: Tue, 7 Jun 2016 15:08:15 -0500 [thread overview]
Message-ID: <022b01d1c0f8$53c13b50$fb43b1f0$@opengridcomputing.com> (raw)
In-Reply-To: <1465312767-10070-1-git-send-email-hch@lst.de>
>
> Hi Keith,
>
> the series below adds support for the discovery, connect, connect-all and
> disconnect commands to nvme-cli, which are useful to support the NVMe over
> Fabrics host code. Most of the work is from Ming with various bits and
> pieces from me. I also did the final rebase to the latest master tree.
Hey Christoph, looks like the man page needs to be updated.
Also, connect-all doesn't seem to work for me. Am I doing something wrong?
[root at stevo1 nvme-cli]# nvme discover -t rdma -a 10.0.1.14 -s 4420
Discovery Log Number of Records 7, Generation counter 51
=====Discovery Log Entry 0======
trtype: 1
adrfam: 0
nqntype: 2
treq: 0
portid: 1
trsvcid: 4420
subnqn: test-ram0
traddr: 10.0.1.14
rdma_prtype: 0
rdma_qptype: 0
rdma_cms: 0
rdma_pkey: 0x0000
=====Discovery Log Entry 1======
trtype: 1
adrfam: 0
nqntype: 2
treq: 0
portid: 1
trsvcid: 4420
subnqn: test-ram1
traddr: 10.0.1.14
rdma_prtype: 0
rdma_qptype: 0
rdma_cms: 0
rdma_pkey: 0x0000
=====Discovery Log Entry 2======
trtype: 1
adrfam: 0
nqntype: 2
treq: 0
portid: 1
trsvcid: 4420
subnqn: test-ram2
traddr: 10.0.1.14
rdma_prtype: 0
rdma_qptype: 0
rdma_cms: 0
rdma_pkey: 0x0000
=====Discovery Log Entry 3======
trtype: 1
adrfam: 0
nqntype: 2
treq: 0
portid: 1
trsvcid: 4420
subnqn: test-ram3
traddr: 10.0.1.14
rdma_prtype: 0
rdma_qptype: 0
rdma_cms: 0
rdma_pkey: 0x0000
=====Discovery Log Entry 4======
trtype: 1
adrfam: 0
nqntype: 2
treq: 0
portid: 1
trsvcid: 4420
subnqn: test-hynix0
traddr: 10.0.1.14
rdma_prtype: 0
rdma_qptype: 0
rdma_cms: 0
rdma_pkey: 0x0000
=====Discovery Log Entry 5======
trtype: 1
adrfam: 0
nqntype: 2
treq: 0
portid: 1
trsvcid: 4420
subnqn: test-nullb0
traddr: 10.0.1.14
rdma_prtype: 0
rdma_qptype: 0
rdma_cms: 0
rdma_pkey: 0x0000
=====Discovery Log Entry 6======
trtype: 1
adrfam: 0
nqntype: 2
treq: 0
portid: 1
trsvcid: 4420
subnqn: test-nullb1
traddr: 10.0.1.14
rdma_prtype: 0
rdma_qptype: 0
rdma_cms: 0
rdma_pkey: 0x0000
[root at stevo1 nvme-cli]# nvme connect-all -t rdma -a 10.0.1.14
skipping unsupported adrfam
skipping unsupported adrfam
skipping unsupported adrfam
skipping unsupported adrfam
skipping unsupported adrfam
skipping unsupported adrfam
skipping unsupported adrfam
next prev parent reply other threads:[~2016-06-07 20:08 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-07 15:19 NVMe over Fabrics support for nvme-cli Christoph Hellwig
2016-06-07 15:19 ` [PATCH 01/11] Makefile: introduce OBJS variable Christoph Hellwig
2016-06-07 15:19 ` [PATCH 02/11] Support Get Log Page extended Number of Dwords Christoph Hellwig
2016-06-07 15:19 ` [PATCH 03/11] Add NVMeoF definition to nvme.h Christoph Hellwig
2016-06-07 15:19 ` [PATCH 04/11] Add macro helpers to common.h Christoph Hellwig
2016-06-07 15:19 ` [PATCH 05/11] Adds nvme_discovery_log() Christoph Hellwig
2016-06-07 15:19 ` [PATCH 06/11] Adds parser library Christoph Hellwig
2016-06-07 15:19 ` [PATCH 07/11] Implement discover command Christoph Hellwig
2016-06-07 15:19 ` [PATCH 08/11] Add option to save discovery raw log to a file Christoph Hellwig
2016-06-07 15:19 ` [PATCH 09/11] Implement connect command Christoph Hellwig
2016-06-07 15:19 ` [PATCH 10/11] Implement disconnect command Christoph Hellwig
2016-06-07 15:19 ` [PATCH 11/11] implement the connect-all command Christoph Hellwig
2016-06-07 18:42 ` NVMe over Fabrics support for nvme-cli Keith Busch
2016-06-07 22:39 ` Keith Busch
[not found] ` <20160608130754.GA31553@lst.de>
2016-06-08 15:18 ` nvme-cli plugins Keith Busch
2016-06-07 20:08 ` Steve Wise [this message]
2016-06-07 20:25 ` NVMe over Fabrics support for nvme-cli 'Christoph Hellwig'
2016-06-07 20:31 ` Ming Lin
2016-06-07 20:32 ` Steve Wise
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='022b01d1c0f8$53c13b50$fb43b1f0$@opengridcomputing.com' \
--to=swise@opengridcomputing.com \
/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