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:
9903cd1
)
[PATCH] RPC: Reduce stack utilization in xs_sendpages
author
Chuck Lever
<cel@citi.umich.edu>
Thu, 11 Aug 2005 20:25:29 +0000
(16:25 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 16:38:16 +0000
(12:38 -0400)
Reduce stack utilization of the RPC socket transport's send path.
A couple of unlikely()s are added to ensure the compiler places the
tail processing at the end of the csect.
Test-plan:
Millions of fsx operations. Performance characterization such as "sio" or
"iozone".
Version: Thu, 11 Aug 2005 16:04:30 -0400
Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/xprtsock.c
patch
|
blob
|
history
diff --cc
net/sunrpc/xprtsock.c
Simple merge