[PATCH] nvme: Correct NVMF enum values to match NVMe-oF rev 1.0

Christoph Hellwig hch at infradead.org
Thu Mar 2 07:52:42 PST 2017


On Wed, Mar 01, 2017 at 06:22:01PM -0800, Roland Dreier wrote:
> From: Roland Dreier <roland at purestorage.com>
> 
> The enum values for QPTYPE, PRTYPE and CMS are off by 1 from the
> values defined in figure 42 of the NVM Express over Fabrics 1.0:
> 
>     http://www.nvmexpress.org/wp-content/uploads/NVMe_over_Fabrics_1_0_Gold_20160605-1.pdf
> 
> Fix our enums to match the final spec.

So this basically affects the discovery information, which at least
in the Linux world is not used anywhere except for printing it in
nvme-cli.  So this looks fine:

Reviewed-by: Christoph Hellwig <hch at lst.de>

But can you also send an update for nvme-cli, please?



More information about the Linux-nvme mailing list