pkt_sched: gen_estimator: Optimize gen_estimator_active()
authorJarek Poplawski <jarkao2@gmail.com>
Wed, 26 Nov 2008 23:24:32 +0000 (15:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Nov 2008 23:24:32 +0000 (15:24 -0800)
commit244e6c2d0724bc4908a1995804704bdee3b31528
treee208a765607733401302bf8582b37d1adab63c08
parent3d4cd60ed0533d3b33832e298530c7b021da982b
pkt_sched: gen_estimator: Optimize gen_estimator_active()

Since all other gen_estimator functions use bstats and rate_est params
together, and searching for them is optimized now, let's use this also
in gen_estimator_active(). The return type of gen_estimator_active()
is changed to bool, and gen_find_node() parameters to const, btw.

In tcf_act_police_locate() a check for ACT_P_CREATED is added before
calling gen_estimator_active().

Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/gen_stats.h
net/core/gen_estimator.c
net/sched/act_police.c