[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180705224227.22843-1-jesus.sanchez-palencia@intel.com>
Date: Thu, 5 Jul 2018 15:42:24 -0700
From: Jesus Sanchez-Palencia <jesus.sanchez-palencia@...el.com>
To: netdev@...r.kernel.org
Cc: jhs@...atatu.com, xiyou.wangcong@...il.com, jiri@...nulli.us
Subject: [PATCH v3 iproute2 0/3] Add support for ETF qdisc
Changes since v2:
- Added man page for tc-etf.
The ETF (earliest txtime first) qdisc was recently merged into net-next
[1], so this patchset adds support for it through the tc command line
tool.
An initial man page is also provided.
The first commit in this series is adding an updated version of
include/uapi/linux/pkt_sched.h and is not meant to be merged. It's
provided here just as a convenience for those who want to easily build
this patchset.
[1] https://patchwork.ozlabs.org/cover/938991/
Jesus Sanchez-Palencia (2):
uapi pkt_sched: Add etf info - DO NOT COMMIT
man: Add initial manpage for tc-etf(8)
Vinicius Costa Gomes (1):
tc: Add support for the ETF Qdisc
include/uapi/linux/pkt_sched.h | 21 +++++
man/man8/tc-etf.8 | 141 +++++++++++++++++++++++++++
tc/Makefile | 1 +
tc/q_etf.c | 168 +++++++++++++++++++++++++++++++++
4 files changed, 331 insertions(+)
create mode 100644 man/man8/tc-etf.8
create mode 100644 tc/q_etf.c
--
2.18.0
Powered by blists - more mailing lists