From: Keith Busch Date: Mon, 4 Nov 2024 22:29:45 +0000 (-0800) Subject: nvmet: declare 2.1 version compliance X-Git-Tag: v6.13-rc1~211^2~11^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81ee2f28112e33c049f9b507c87660e9a12db590;p=thirdparty%2Fkernel%2Flinux.git 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: Chaitanya Kulkarni Reviewed-by: Christoph Hellwig Reviewed-by: Matias Bjørling Signed-off-by: Keith Busch --- diff --git a/drivers/nvme/target/nvmet.h b/drivers/nvme/target/nvmet.h index ec379814b16c8..58328b35dc968 100644 --- a/drivers/nvme/target/nvmet.h +++ b/drivers/nvme/target/nvmet.h @@ -22,7 +22,7 @@ #include #include -#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