aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_timewait_sock.c
diff options
context:
space:
mode:
authorJens Låås <jens.laas@its.uu.se>2009-08-28 23:57:15 -0700
committerDavid S. Miller <davem@davemloft.net>2009-08-28 23:57:15 -0700
commit80b71b80df14d885f7e50e115c1348398f418759 (patch)
treef5b58c73d1b2ca7639a8e0513b6c68a992b05484 /net/ipv4/inet_timewait_sock.c
parentsit: allow ip fragmentation when using nopmtudisc to fix package loss (diff)
downloadlinux-dev-80b71b80df14d885f7e50e115c1348398f418759.tar.xz
linux-dev-80b71b80df14d885f7e50e115c1348398f418759.zip
fib_trie: resize rework
Here is rework and cleanup of the resize function. Some bugs we had. We were using ->parent when we should use node_parent(). Also we used ->parent which is not assigned by inflate in inflate loop. Also a fix to set thresholds to power 2 to fit halve and double strategy. max_resize is renamed to max_work which better indicates it's function. Reaching max_work is not an error, so warning is removed. max_work only limits amount of work done per resize. (limits CPU-usage, outstanding memory etc). The clean-up makes it relatively easy to add fixed sized root-nodes if we would like to decrease the memory pressure on routers with large routing tables and dynamic routing. If we'll need that... Its been tested with 280k routes. Work done together with Robert Olsson. Signed-off-by: Jens Låås <jens.laas@its.uu.se> Signed-off-by: Robert Olsson <robert.olsson@its.uu.se> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/inet_timewait_sock.c')
0 files changed, 0 insertions, 0 deletions