[PATCH 2/5] nvme: Add ANA base definitions
Keith Busch
keith.busch at linux.intel.com
Fri May 4 09:17:36 PDT 2018
On Fri, May 04, 2018 at 01:28:42PM +0200, Hannes Reinecke wrote:
> @@ -312,7 +317,8 @@ struct nvme_id_ns {
> __le16 nabspf;
> __le16 noiob;
> __u8 nvmcap[16];
> - __u8 rsvd64[40];
> + __u8 rsvd64[36];
> + __le32 anagrpid;
> __u8 nguid[16];
> __u8 eui64[8];
> struct nvme_lbaf lbaf[16];
Is this the right place for the new field? Your patch has the group ID
at byte 100. TP4004 has the ANA Group Identifier starting at byte 92,
followed by 8 reserved bytes, then the NGUID.
More information about the Linux-nvme
mailing list