File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -930,7 +930,10 @@ struct nvme_id_psd {
930930 * @maxcna: Maximum I/O Controller Namespace Attachments indicates the
931931 * maximum number of namespaces that are allowed to be attached to
932932 * this I/O controller.
933- * @rsvd564: Reserved
933+ * @oaqd: Optimal Aggregated Queue Depth indicates the recommended maximum
934+ * total number of outstanding I/O commands across all I/O queues
935+ * on the controller for optimal operation.
936+ * @rsvd568: Reserved
934937 * @subnqn: NVM Subsystem NVMe Qualified Name, UTF-8 null terminated string
935938 * @rsvd1024: Reserved
936939 * @ioccsz: I/O Queue Command Capsule Supported Size, defines the maximum
@@ -1035,7 +1038,8 @@ struct nvme_id_ctrl {
10351038 __le32 mnan ;
10361039 __u8 maxdna [16 ];
10371040 __le32 maxcna ;
1038- __u8 rsvd564 [204 ];
1041+ __le32 oaqd ;
1042+ __u8 rsvd568 [200 ];
10391043 char subnqn [NVME_NQN_LENGTH ];
10401044 __u8 rsvd1024 [768 ];
10411045
You can’t perform that action at this time.
0 commit comments