From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Fri, 27 Mar 2020 22:06:12 +0300 From: Alexey Dobriyan Subject: Re: [PATCH] fio: add NVMe engine Message-ID: <20200327190612.GA7570@avx2> References: <20200326204406.GA29597@avx2> <20200327061439.GA2745@avx2> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: To: Keith Busch Cc: Damien Le Moal , "axboe@kernel.dk" , "fio@vger.kernel.org" List-ID: On Fri, Mar 27, 2020 at 02:26:41PM +0000, Keith Busch wrote: > On 3/27/20 8:25 AM, Keith Busch wrote: > > If you're really going to do it, though, I would recommend not using > > NVME_IOCTL_SUBMIT_IO, and instead always use the more flexible > > NVME_IOCTL_SUBMIT_IO. > > > Err, that second ioctl should have said "NVME_IOCTL_IO_CMD". Why? NVME_IOCTL_SUBMIT_IO is so much simpler. Except trim, when there is no choice.