Skip to content
Snippets Groups Projects
Commit a35a3455 authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

Change dmapool free block management


Use a list of free blocks within a page instead of using a bitmap.
Update documentation to reflect this.  As well as being a slight
reduction in memory allocation, locked ops and lines of code, it speeds
up a transaction processing benchmark by 0.4%.

Signed-off-by: default avatarMatthew Wilcox <willy@linux.intel.com>
parent 6182a094
No related branches found
Tags v5.16-rc7
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment