commit | 99802a7aee2b3dd720e382c52b892cc6a8122b11 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Thu Feb 10 10:30:34 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:52:57 2011 -0400 |
tree | 50cfb8658b7458aa088914e562cc760b91849d6b | |
parent | 091b609258b8e01cc45b01a41ca5e496f674d989 [diff] |
NVMe: Optimise memory usage for I/Os between 4k and 128k Add a second memory pool for smaller I/Os. We can pack 16 of these on a single page instead of using an entire page for each one. Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>