[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1584533829.git.petrm@mellanox.com>
Date: Wed, 18 Mar 2020 14:18:26 +0200
From: Petr Machata <petrm@...lanox.com>
To: netdev@...r.kernel.org
Cc: Petr Machata <petrm@...lanox.com>, David Ahern <dsahern@...il.com>
Subject: [PATCH iproute2-next 0/2] Support RED ECN nodrop mode
The kernel supports a new RED mode, "ECN nodrop". In the nodrop mode,
non-ECT packets are always queued, instead of being subject to early
dropping.
This patchset adds support for the RED ECN nodrop mode to iproute2. In
patch #1, kernel headers are synced. #2 adds support for the new mode and
describes it in the man page.
Petr Machata (2):
uapi: pkt_sched: Update headers for RED nodrop
tc: q_red: Support 'nodrop' flag
include/uapi/linux/pkt_sched.h | 17 +++++++++++++++++
man/man8/tc-red.8 | 6 +++++-
tc/q_red.c | 22 +++++++++++++++++-----
tc/tc_red.c | 5 +++++
4 files changed, 44 insertions(+), 6 deletions(-)
--
2.20.1
Powered by blists - more mailing lists