On Sun, May 22, 2016 at 9:43 AM, Jamal Hadi Salim <j...@mojatatu.com> wrote: > @@ -340,6 +345,11 @@ tcf_act_police_dump(struct sk_buff *skb, struct > tc_action *a, int bind, int ref) > if (police->tcfp_ewma_rate && > nla_put_u32(skb, TCA_POLICE_AVRATE, police->tcfp_ewma_rate)) > goto nla_put_failure; > + > + tcf_tm_dump(&t, &police->tcf_tm);
This depends on a previous patch you sent, right?