git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a2ce2f
)
lguest: use ioremap_cache, not ioremap
author
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 30 May 2008 20:09:40 +0000
(15:09 -0500)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 30 May 2008 05:09:41 +0000
(15:09 +1000)
Thanks to Jon Corbet & LWN. Only took me a day to join the dots.
Host->Guest netcat before (with unnecessily large receive buffers):
1073741824
bytes (1.1 GB) copied, 24.7528 seconds, 43.4 MB/s
After:
1073741824
bytes (1.1 GB) copied, 17.6369 seconds, 60.9 MB/s
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found