All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 iproute2 0/3] Add support for ETF qdisc
@ 2018-07-05 22:42 Jesus Sanchez-Palencia
  2018-07-05 22:42 ` [PATCH v3 iproute2 1/3] uapi pkt_sched: Add etf info - DO NOT COMMIT Jesus Sanchez-Palencia
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jesus Sanchez-Palencia @ 2018-07-05 22:42 UTC (permalink / raw)
  To: netdev; +Cc: jhs, xiyou.wangcong, jiri

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-07-09 23:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-05 22:42 [PATCH v3 iproute2 0/3] Add support for ETF qdisc Jesus Sanchez-Palencia
2018-07-05 22:42 ` [PATCH v3 iproute2 1/3] uapi pkt_sched: Add etf info - DO NOT COMMIT Jesus Sanchez-Palencia
2018-07-05 22:42 ` [PATCH v3 iproute2 2/3] tc: Add support for the ETF Qdisc Jesus Sanchez-Palencia
2018-07-06 15:58   ` David Ahern
2018-07-09 15:48     ` Jesus Sanchez-Palencia
2018-07-09 17:32       ` David Ahern
2018-07-09 23:16         ` Jesus Sanchez-Palencia
2018-07-06 21:32   ` Stephen Hemminger
2018-07-06 21:54     ` Jesus Sanchez-Palencia
2018-07-05 22:42 ` [PATCH v3 iproute2 3/3] man: Add initial manpage for tc-etf(8) Jesus Sanchez-Palencia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.