Skip to content

Commit

Permalink
NVMe: Merge the nvme_bio and nvme_prp data structures
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew Wilcox committed Jan 10, 2012
1 parent 5c1281a commit eca18b2
Showing 1 changed file with 124 additions and 115 deletions.
Loading

0 comments on commit eca18b2

Please sign in to comment.