diff options
author | Jamal Hadi Salim <jhs@mojatatu.com> | 2016-05-24 03:07:20 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-05-25 01:23:23 +0200 |
commit | 3d3ed18151172c845a11b7c184f2120220ae19fc (patch) | |
tree | ca17b8df54dc42069d3e6db143e6479d98439759 /include/uapi | |
parent | net_sched: avoid too many hrtimer_start() calls (diff) | |
download | linux-3d3ed18151172c845a11b7c184f2120220ae19fc.tar.xz linux-3d3ed18151172c845a11b7c184f2120220ae19fc.zip |
net sched actions: policer missing timestamp processing
Policer was not dumping or updating timestamps
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Acked-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/pkt_cls.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h index eba5914ba5d1..f4297c8a42fe 100644 --- a/include/uapi/linux/pkt_cls.h +++ b/include/uapi/linux/pkt_cls.h @@ -145,6 +145,8 @@ enum { TCA_POLICE_PEAKRATE, TCA_POLICE_AVRATE, TCA_POLICE_RESULT, + TCA_POLICE_TM, + TCA_POLICE_PAD, __TCA_POLICE_MAX #define TCA_POLICE_RESULT TCA_POLICE_RESULT }; @@ -173,7 +175,7 @@ enum { TCA_U32_DIVISOR, TCA_U32_SEL, TCA_U32_POLICE, - TCA_U32_ACT, + TCA_U32_ACT, TCA_U32_INDEV, TCA_U32_PCNT, TCA_U32_MARK, |