From: Stephen Hemminger Date: Tue, 31 May 2016 20:02:28 +0000 (-0700) Subject: tc: update headers for TCA_POLICE X-Git-Tag: v4.7.0~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de70bd2f6b81dc3f5cb029875fbae93714c4b6b6;p=thirdparty%2Fiproute2.git tc: update headers for TCA_POLICE These are from linux-net but will be in next rc. --- diff --git a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h index 25b8743ca..333b17167 100644 --- a/include/linux/pkt_cls.h +++ b/include/linux/pkt_cls.h @@ -91,6 +91,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 }; @@ -119,7 +121,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,