commit | eca18b2394a9387feeaf14cd884ddddd7a809d19 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Tue Dec 20 13:34:52 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Tue Jan 10 14:51:20 2012 -0500 |
tree | b20244dcfbe2fa1e86ca782c4f879a3174da25d1 | |
parent | 5c1281a3bf5655ec1b90db495da3a2b77826ba88 [diff] |
NVMe: Merge the nvme_bio and nvme_prp data structures The new merged data structure is called nvme_iod. This improves performance for mid-sized I/Os (in the 16k range) since we save a memory allocation. It is also a slightly simpler interface to use. Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>