From: Keith Busch Date: Mon, 27 Jun 2016 18:22:40 +0000 (-0600) Subject: Release nvme-cli v0.8 X-Git-Tag: v0.8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ea0658725898e4831edd70823388e2c8d143defd;p=users%2Fsagi%2Fnvme-cli.git Release nvme-cli v0.8 Lots of updates in this release! * Code re-organized to support new extensions. While these are called "plugins", they currently have to be built into the executable. Support for dynamically loadable plugins is under consideration. * LightNVM is added as a built-in plugin. * Intel vendor specific commands and structure decodings are supported in a new intel plugin. * Support for NVMe-over-Fabrics * New output format "json" for a subset of commands that decode returned structures. * Lots of various documentation and minor code fixes. Seems stable, so tagging a release. Signed-off-by: Keith Busch --- diff --git a/NVME-VERSION-GEN b/NVME-VERSION-GEN index 1a4a8c70..b7282940 100755 --- a/NVME-VERSION-GEN +++ b/NVME-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=NVME-VERSION-FILE -DEF_VER=v0.7 +DEF_VER=v0.8 LF=' '