Skip to content

Commit 81ee2f2

Browse files
committed
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 <kch@nvidia.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Matias Bjørling <matias.bjorling@wdc.com> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent 1e05808 commit 81ee2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/nvme/target/nvmet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <linux/t10-pi.h>
2323
#include <linux/kfifo.h>
2424

25-
#define NVMET_DEFAULT_VS NVME_VS(1, 3, 0)
25+
#define NVMET_DEFAULT_VS NVME_VS(2, 1, 0)
2626

2727
#define NVMET_ASYNC_EVENTS 4
2828
#define NVMET_ERROR_LOG_SLOTS 128

0 commit comments

Comments
 (0)