提交 6605bdd5 编写于 作者: B Bart Van Assche 提交者: Christoph Hellwig

nvme: add I/O characteristics fields

Several new fields have been introduced in version 1.4 of the NVMe spec
at offsets that were defined as reserved in version 1.3d of the NVMe
spec. Update the definition of the nvme_id_ns data structure such that
it is in sync with version 1.4 of the NVMe spec. This change preserves
backwards compatibility.
Signed-off-by: NBart Van Assche <bvanassche@acm.org>
Reviewed-by: NKeith Busch <kbusch@kernel.org>
Reviewed-by: NChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: NMartin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: NHannes Reinecke <hare@suse.com>
Signed-off-by: NChristoph Hellwig <hch@lst.de>
上级 9d05a96e
...@@ -315,7 +315,7 @@ struct nvme_id_ns { ...@@ -315,7 +315,7 @@ struct nvme_id_ns {
__u8 nmic; __u8 nmic;
__u8 rescap; __u8 rescap;
__u8 fpi; __u8 fpi;
__u8 rsvd33; __u8 dlfeat;
__le16 nawun; __le16 nawun;
__le16 nawupf; __le16 nawupf;
__le16 nacwu; __le16 nacwu;
...@@ -324,11 +324,17 @@ struct nvme_id_ns { ...@@ -324,11 +324,17 @@ struct nvme_id_ns {
__le16 nabspf; __le16 nabspf;
__le16 noiob; __le16 noiob;
__u8 nvmcap[16]; __u8 nvmcap[16];
__u8 rsvd64[28]; __le16 npwg;
__le16 npwa;
__le16 npdg;
__le16 npda;
__le16 nows;
__u8 rsvd74[18];
__le32 anagrpid; __le32 anagrpid;
__u8 rsvd96[3]; __u8 rsvd96[3];
__u8 nsattr; __u8 nsattr;
__u8 rsvd100[4]; __le16 nvmsetid;
__le16 endgid;
__u8 nguid[16]; __u8 nguid[16];
__u8 eui64[8]; __u8 eui64[8];
struct nvme_lbaf lbaf[16]; struct nvme_lbaf lbaf[16];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册