Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* guaranteed progress for NVME commands?
@ 2016-03-22  7:45 Christoph Hellwig
  2016-03-22 14:46 ` Keith Busch
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2016-03-22  7:45 UTC (permalink / raw)


Hi All,

in SCSI and other block drivers we go through great pains to only
use mempool backed allocations in the I/O path, so that we can make
guaranteed progress for swap or the writeback daemons.  But it seems
like the NVMe driver is using plain kmalloc everywhere and seems to
be getting away with that just for now.  Is no one using swap on
NVMe or am I missing a secret trick somewhere?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-22 17:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22  7:45 guaranteed progress for NVME commands? Christoph Hellwig
2016-03-22 14:46 ` Keith Busch
2016-03-22 17:57   ` Keith Busch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox