Commit 2f0f20d7 authored by Krishna Kanth Reddy's avatar Krishna Kanth Reddy Committed by Jim Harris
Browse files

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: default avatarKrishna Kanth Reddy <krish.reddy@samsung.com>
Change-Id: I687824bf9a08e98f0b8b9a49f513607c92de8275
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9445


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
parent 1f8e021e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;