commit | 224042742582c9938788b81165180c876e997a07 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Mon Jul 15 15:02:20 2013 -0600 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Tue Sep 03 16:39:28 2013 -0400 |
tree | 0d2593b96ff6f1639d7188e9b79ea3d6c1459202 | |
parent | 0877cb0d285c7f1d53d0b84b360bdea4be4f3f59 [diff] |
NVMe: Separate queue alloc/free from create/delete This separates nvme queue allocation from creation, and queue deletion from freeing. This is so that we may in the future temporarily disable queues and reuse the same memory when bringing them back online, like coming back from suspend state. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>