aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2017-09-23 12:39:12 -0700
committerDavid S. Miller <[email protected]>2017-09-25 20:35:11 -0700
commit7c90584c66cc4b033a3b684b0e0950f79e7b7166 (patch)
tree884ffbcadfd487468650145f79ab702716c4a7d4 /net/unix/sysctl_net_unix.c
parent3aa605f28b0d004a640a826380b39c7dcf70195d (diff)
net: speed up skb_rbtree_purge()
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) Also note that there is not even an increase of text size : $ size net/core/skbuff.o.before net/core/skbuff.o text data bss dec hex filename 40711 1298 0 42009 a419 net/core/skbuff.o.before 40711 1298 0 42009 a419 net/core/skbuff.o From: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions