summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_bpf.c
diff options
context:
space:
mode:
authorEric Dumazet2017-09-25 18:14:14 +0200
committerDavid S. Miller2017-09-28 18:40:59 +0200
commit8f1975e31d8ed0c021a1993a4d9123dd39c740ea (patch)
treec6a89ea132e322e203ae6cd3817819c71062f5fd /net/sched/cls_bpf.c
parentMerge branch 'mlxsw-Add-support-for-offloading-IPv4-multicast-routes' (diff)
downloadkernel-qcow2-linux-8f1975e31d8ed0c021a1993a4d9123dd39c740ea.tar.gz
kernel-qcow2-linux-8f1975e31d8ed0c021a1993a4d9123dd39c740ea.tar.xz
kernel-qcow2-linux-8f1975e31d8ed0c021a1993a4d9123dd39c740ea.zip
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>
Diffstat (limited to 'net/sched/cls_bpf.c')
0 files changed, 0 insertions, 0 deletions