From mboxrd@z Thu Jan 1 00:00:00 1970 From: axboe@kernel.dk (Jens Axboe) Date: Thu, 21 Jun 2018 08:47:34 -0600 Subject: [PATCH] nvme: use __GFP_NOWARN for iod allocation In-Reply-To: <20180621071056.GB21304@infradead.org> References: <4cb394ca-7032-ea67-5bb1-ef331e42ace2@kernel.dk> <20180620204310.GA24840@localhost.localdomain> <34e64832-c345-3a70-401f-1915b5bb4af1@kernel.dk> <20180620223035.GA25196@localhost.localdomain> <7b6f885f-f605-1bfd-7a7e-2fce8cbde6c2@kernel.dk> <20180621071056.GB21304@infradead.org> Message-ID: On 6/21/18 1:10 AM, Christoph Hellwig wrote: > On Wed, Jun 20, 2018@04:30:18PM -0600, Jens Axboe wrote: >> If the fabrics folks have concerns, we could make it dependent on >> it being a pci device. That's the case I care about anyway, and the >> one that's currently breaking for me. > > Fabrics uses the SG chain allocator that SCSI also uses, so it > should already be fine, including for larger I/O sizes. I'll change it to ignore it for fabrics. What's the best way to check? ctrl->sqsize? -- Jens Axboe