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:
286ab3d
)
[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
author
Eric Dumazet
<dada1@cosmosbay.com>
Tue, 6 Nov 2007 07:39:16 +0000
(23:39 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 7 Nov 2007 12:08:58 +0000
(
04:08
-0800)
Trivial patch to make "tcp,udp,udplite,raw" protocols uses the fast
"inuse sockets" infrastructure
Each protocol use then a static percpu var, instead of a dynamic one.
This saves some ram and some cpu cycles
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found