Files
linux/net/ipv4
Eric Dumazet 8f1975e31d inetpeer: speed up inetpeer_invalidate_tree()
As measured in my prior patch ("sch_netem: faster rb tree removal"),
rbtree_postorder_for_each_entry_safe() is nice looking but much slower
than using rb_next() directly, except when tree is small enough
to fit in CPU caches (then the cost is the same)

From: Eric Dumazet <edumazet@google.com>

Signed-off-by: David S. Miller <davem@davemloft.net>
2017-09-28 09:40:59 -07:00
..
2017-09-19 16:32:24 -07:00
2017-09-19 16:32:24 -07:00
2017-09-19 16:32:24 -07:00
2017-06-15 12:12:40 -04:00
2017-09-19 15:20:22 -07:00
2017-09-08 16:07:17 -07:00
2017-09-19 16:32:23 -07:00