[PATCHv3 06/11] nvmet: declare 2.1 version compliance
Keith Busch
kbusch at meta.com
Tue Nov 5 09:48:59 PST 2024
From: Keith Busch <kbusch at kernel.org>
The target driver implements all the mandatory logs, identifications,
features, and properties up to nvme sepcification 2.1.
Signed-off-by: Keith Busch <kbusch at kernel.org>
---
drivers/nvme/target/nvmet.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nvme/target/nvmet.h b/drivers/nvme/target/nvmet.h
index 190f55e6d7532..f902a630a5cf4 100644
--- a/drivers/nvme/target/nvmet.h
+++ b/drivers/nvme/target/nvmet.h
@@ -21,7 +21,7 @@
#include <linux/radix-tree.h>
#include <linux/t10-pi.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
--
2.43.5
More information about the Linux-nvme
mailing list