[PATCHv4 06/13] nvmet: declare 2.1 version compliance
Matias Bjørling
m at bjorling.me
Fri Nov 8 04:37:22 PST 2024
On 07-11-2024 20:38, Keith Busch wrote:
> 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.
>
> Reviewed-by: Chaitanya Kulkarni <kch at nvidia.com>
> Reviewed-by: Christoph Hellwig <hch at lst.de>
> 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
Looks good.
Reviewed-by: Matias Bjørling <matias.bjorling at wdc.com>
More information about the Linux-nvme
mailing list