Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: keith.busch@intel.com (Keith Busch)
Subject: NVMe over Fabrics support for nvme-cli
Date: Tue, 7 Jun 2016 18:39:09 -0400	[thread overview]
Message-ID: <20160607223908.GC30120@localhost.localdomain> (raw)
In-Reply-To: <20160607184248.GE28414@localhost.localdomain>

On Tue, Jun 07, 2016@02:42:48PM -0400, Keith Busch wrote:
> Happy to get fabrics in now as I have new features I'd like to add very
> soon, and didn't want you to have to rebase again. The new features are
> vendor extentions and json output. I'll post them to the linux-nvme list
> first in case anyone is interested in reviewing.

Not quite ready to my latest, but I pushed it to a different branch here:

  https://github.com/linux-nvme/nvme-cli/tree/experimental

It adds a "--output-format" option that takes normal, json, or binary types.

The main thing though, is support for plugin extensions, and I made LightNVM
and Intel built-in extensions with specifics to their devices.

It also adds support for dynamically loaded plug-ins. This is so a
3rd party or vendor can extend the program without having their stuff
in-tree. It accomplishes this using the dynamic linking loader (dlopen,
dlsym, and friends) to open and register symbols.

  reply	other threads:[~2016-06-07 22:39 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 [this message]
     [not found]     ` <20160608130754.GA31553@lst.de>
2016-06-08 15:18       ` nvme-cli plugins Keith Busch
2016-06-07 20:08 ` NVMe over Fabrics support for nvme-cli Steve Wise
2016-06-07 20:25   ` '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=20160607223908.GC30120@localhost.localdomain \
    --to=keith.busch@intel.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