[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <ea058286aa9a3dd430d261e61111cf5f91c857bc.1593509090.git.petrm@mellanox.com>
Date: Tue, 30 Jun 2020 13:14:49 +0300
From: Petr Machata <petrm@...lanox.com>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>,
David Ahern <dsahern@...il.com>,
Petr Machata <petrm@...lanox.com>
Subject: [PATCH iproute2-next v2 1/4] uapi: pkt_sched: Add two new RED attributes
Signed-off-by: Petr Machata <petrm@...lanox.com>
---
include/uapi/linux/pkt_sched.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h
index a95f3ae7..9e7c2c60 100644
--- a/include/uapi/linux/pkt_sched.h
+++ b/include/uapi/linux/pkt_sched.h
@@ -257,6 +257,8 @@ enum {
TCA_RED_STAB,
TCA_RED_MAX_P,
TCA_RED_FLAGS, /* bitfield32 */
+ TCA_RED_EARLY_DROP_BLOCK, /* u32 */
+ TCA_RED_MARK_BLOCK, /* u32 */
__TCA_RED_MAX,
};
--
2.20.1
Powered by blists - more mailing lists