commit | 76cf546c2802f6e25113ba481d7e85d0298768c6 | [log] [tgz] |
---|---|---|
author | Cong Wang <xiyou.wangcong@gmail.com> | Mon Sep 25 10:13:49 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 28 09:43:41 2017 -0700 |
tree | da7851495d338857ab07a6b03d980ed44c5db57e | |
parent | 8f1975e31d8ed0c021a1993a4d9123dd39c740ea [diff] |
net_sched: use idr to allocate bpf filter handles Instead of calling cls_bpf_get() in a loop to find a unused handle, just switch to idr API to allocate new handles. Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Chris Mi <chrism@mellanox.com> Cc: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>