From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 7 Jun 2016 12:49:25 +0200 From: Christoph Hellwig To: Johannes Thumshirn Cc: axboe@kernel.dk, keith.busch@intel.com, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org Subject: Re: [PATCH 01/10] nvme.h: add RTD3R, RTD3E and OAES fields Message-ID: <20160607104925.GA17103@lst.de> References: <1465248052-17811-1-git-send-email-hch@lst.de> <1465248052-17811-2-git-send-email-hch@lst.de> <20160607081009.xd7wsyfuv4swuf4p@c203.arch.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20160607081009.xd7wsyfuv4swuf4p@c203.arch.suse.de> List-ID: 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Tue, 7 Jun 2016 12:49:25 +0200 Subject: [PATCH 01/10] nvme.h: add RTD3R, RTD3E and OAES fields In-Reply-To: <20160607081009.xd7wsyfuv4swuf4p@c203.arch.suse.de> References: <1465248052-17811-1-git-send-email-hch@lst.de> <1465248052-17811-2-git-send-email-hch@lst.de> <20160607081009.xd7wsyfuv4swuf4p@c203.arch.suse.de> Message-ID: <20160607104925.GA17103@lst.de> On Tue, Jun 07, 2016@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.