Thread (3 messages) 3 messages, 2 authors, 2001-01-24

Re: limit on number of kmapped pages

From: David Wragg <hidden>
Date: 2001-01-24 10:09:41
Also in: lkml

"Benjamin C.R. LaHaise" [off-list ref] writes:
On 24 Jan 2001, David Wragg wrote:
quoted
ebiederm@xmission.com (Eric W. Biederman) writes:
quoted
Why do you need such a large buffer? 
ext2 doesn't guarantee sustained write bandwidth (in particular,
writing a page to an ext2 file can have a high latency due to reading
the block bitmap synchronously).  To deal with this I need at least a
2MB buffer.
This is the wrong way of going about things -- you should probably insert
the pages into the page cache and write them into the filesystem via
writepage. 
I currently use prepare_write/commit_write, but I think writepage
would have the same issue: When ext2 allocates a block, and has to
allocate from a new block group, it may do a synchronous read of the
new block group bitmap.  So before the writepage (or whatever) that
causes this completes, it has to wait for the read to get picked by
the elevator, the seek for the read, etc.  By the time it gets back to
writing normally, I've buffered a couple of MB of data.

But I do have a workaround for the ext2 issue.
That way the pages don't need to be mapped while being written
out.
Point taken, though the kmap needed before prepare_write is much less
significant than the kmap I need to do before copying data into the
page.
For incoming data from a network socket, making use of the
data_ready callbacks and directly copying from the skbs in one pass with a
kmap of only one page at a time.

Maybe I'm guessing incorrect at what is being attempted, but kmap should
be used sparingly and as briefly as possible.
I'm going to see if the one-page-kmapped approach makes a measurable
difference.

I'd still like to know what the basis for the current kmap limit
setting is.


David Wragg
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help