nvme_spec: Update as per the ZNS command set specification

The descriptions and structure member are updated as per the
ZNS command set specification.

Signed-off-by: Krishna Kanth Reddy <krish.reddy@samsung.com>
Change-Id: I687824bf9a08e98f0b8b9a49f513607c92de8275
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9445
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
Krishna Kanth Reddy 2021-09-08 15:38:56 +05:30 committed by Jim Harris
parent 1f8e021e07
commit 2f0f20d79b

View File

@ -3436,15 +3436,15 @@ struct spdk_nvme_zns_zone_desc {
/** Zone Finished by controller */
uint8_t zfc: 1;
/** Zone Finish Recommended */
uint8_t zfr: 1;
/** Finish Zone Recommended */
uint8_t fzr: 1;
/** Reset Zone Recommended */
uint8_t rzr: 1;
uint8_t rsvd3 : 4;
/** Zone Descriptor Valid */
/** Zone Descriptor Extension Valid */
uint8_t zdev: 1;
} bits;
} za;