commit | c5a432f1a18b4b2efe691dd6bbb30d86a281f783 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <dada1@cosmosbay.com> | Mon Nov 05 23:39:51 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Nov 07 04:08:59 2007 -0800 |
tree | fcbff269067e11c49a0fd99a568edf03036f2d55 | |
parent | 47a31a6ffcca3b55149bccd5b99763e5eea60ac4 [diff] |
[IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure Trivial patch to make "tcpv6,udpv6,udplitev6,rawv6" 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>