Commit 81ee2f28 authored by Keith Busch's avatar Keith Busch
Browse files

nvmet: declare 2.1 version compliance



The target driver implements all the mandatory logs, identifications,
features, and properties up to nvme sepcification 2.1.

Reviewed-by: default avatarChaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarMatias Bjørling <matias.bjorling@wdc.com>
Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
parent 1e058089
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include <linux/t10-pi.h>
#include <linux/kfifo.h>

#define NVMET_DEFAULT_VS		NVME_VS(1, 3, 0)
#define NVMET_DEFAULT_VS		NVME_VS(2, 1, 0)

#define NVMET_ASYNC_EVENTS		4
#define NVMET_ERROR_LOG_SLOTS		128