diff options
author | Jamal Hadi Salim <jhs@mojatatu.com> | 2016-05-23 21:07:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-05-24 16:23:23 -0700 |
commit | 3d3ed18151172c845a11b7c184f2120220ae19fc (patch) | |
tree | ca17b8df54dc42069d3e6db143e6479d98439759 /include | |
parent | a9efad8b24bd22616f6c749a6c029957dc76542b (diff) | |
download | linux-stable-3d3ed18151172c845a11b7c184f2120220ae19fc.tar.gz linux-stable-3d3ed18151172c845a11b7c184f2120220ae19fc.tar.bz2 linux-stable-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')
-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, |