From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@infradead.org (Christoph Hellwig) Date: Tue, 27 Jun 2017 07:44:05 -0700 Subject: [PATCH 9/9] nvme: add support for streams and directives In-Reply-To: References: <1498004526-4543-1-git-send-email-axboe@kernel.dk> <1498004526-4543-10-git-send-email-axboe@kernel.dk> <20170626095907.GG14057@infradead.org> <20170627141115.GA2541@infradead.org> Message-ID: <20170627144405.GA4605@infradead.org> On Tue, Jun 27, 2017@08:16:49AM -0600, Jens Axboe wrote: > But we have to handle it, not doing so would be fragile. So our > options are: > > 1) Keep the stream_mappings[] array. It's simple, and it'll work > for any number of streams. > > 2) Kill stream_mappings[] and just do the MOD again. 3) print a message and tell streams aren't supported on this device.