From 74c88aa62b4a5543b7ba3e970727cc10cb2caaeb Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Wed, 9 Jun 2021 17:12:43 +0000 Subject: [PATCH] CHANGELOG: fix typo in nvme section Signed-off-by: Jim Harris Change-Id: Iab746ba777b04152ffb92fea2a2bb923a0a0bf20 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8299 Tested-by: SPDK CI Jenkins Reviewed-by: Aleksey Marchuk Reviewed-by: Shuhei Matsumoto --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0d9cd7f..031f235da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,7 +50,7 @@ Update the spdk_nvme_generic_command_status_code structure with new status code according to the definition in nvme 1.4 spec. spdk_nvme_ctrlr_get_default_ctrlr_opts now sets use_cmb_sqs to false. This means -that is a controller has a CMB and supports SQs in the CMB, SPDK will not use +that if a controller has a CMB and supports SQs in the CMB, SPDK will not use the CMB for SQs by default - the user must set use_cmb_sqs to true in the spdk_nvme_ctrlr_opts structure prior to controller attach.