Message ID | 1465248052-17811-2-git-send-email-hch@lst.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Jun 06, 2016 at 11:20:43PM +0200, Christoph Hellwig wrote: > These have been added in NVMe 1.2 and we'll need at least oaes for the > NVMe target driver. > > Reviewed-by: Sagi Grimberg <sagi@grimberg.me> > Reviewed-by: Jay Freyensee <james.p.freyensee@intel.com> > Signed-off-by: Christoph Hellwig <hch@lst.de> > --- > include/linux/nvme.h | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/include/linux/nvme.h b/include/linux/nvme.h > index 7d51b29..ff5ebc3 100644 > --- a/include/linux/nvme.h > +++ b/include/linux/nvme.h > @@ -107,7 +107,10 @@ struct nvme_id_ctrl { > __u8 mdts; > __le16 cntlid; > __le32 ver; > - __u8 rsvd84[172]; > + __le32 rtd3r; > + __le32 rtd3e; > + __le32 oaes; Just out of curiosity, why not CTRATT as well? > + __u8 rsvd96[160]; > __le16 oacs; > __u8 acl; > __u8 aerl; > -- > 2.1.4 > > > _______________________________________________ > Linux-nvme mailing list > Linux-nvme@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-nvme
On Tue, Jun 07, 2016 at 10:10:09AM +0200, Johannes Thumshirn wrote: > On Mon, Jun 06, 2016 at 11:20:43PM +0200, Christoph Hellwig wrote: > > These have been added in NVMe 1.2 and we'll need at least oaes for the > > NVMe target driver. > > > > Reviewed-by: Sagi Grimberg <sagi@grimberg.me> > > Reviewed-by: Jay Freyensee <james.p.freyensee@intel.com> > > Signed-off-by: Christoph Hellwig <hch@lst.de> > > --- > > include/linux/nvme.h | 5 ++++- > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > diff --git a/include/linux/nvme.h b/include/linux/nvme.h > > index 7d51b29..ff5ebc3 100644 > > --- a/include/linux/nvme.h > > +++ b/include/linux/nvme.h > > @@ -107,7 +107,10 @@ struct nvme_id_ctrl { > > __u8 mdts; > > __le16 cntlid; > > __le32 ver; > > - __u8 rsvd84[172]; > > + __le32 rtd3r; > > + __le32 rtd3e; > > + __le32 oaes; > > Just out of curiosity, why not CTRATT as well? OK found the patch adding it myself. Sorry, Johannes
On Tue, Jun 07, 2016 at 10:10:09AM +0200, Johannes Thumshirn wrote:
> Just out of curiosity, why not CTRATT as well?
ctratt is part of the fabrics spec and not the NVMe 1.2 spec, and we tried
to keep those separate.
--
To unsubscribe from this list: send the line "unsubscribe linux-block" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 7d51b29..ff5ebc3 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h @@ -107,7 +107,10 @@ struct nvme_id_ctrl { __u8 mdts; __le16 cntlid; __le32 ver; - __u8 rsvd84[172]; + __le32 rtd3r; + __le32 rtd3e; + __le32 oaes; + __u8 rsvd96[160]; __le16 oacs; __u8 acl; __u8 aerl;