[Cake] [RFC PATCH 0/3] Cake patches for net-next

Dave Taht dave.taht at gmail.com
Fri Nov 17 14:11:22 EST 2017


This is a version of the cobalt branch of cake with all the backporting
cruft ripped out, and made mostly checkpatch compliant, so that it can
be reviewed in inline email.

Note that there
are still a few lines longer than 80 characters still in it, and you should
be careful applying it.

Dave Taht (3):
  Add cake to pkt_sched.h
  Add cake related includes and source files
  Add support for building the new cake qdisc

 include/net/cobalt.h           |  132 +++
 include/uapi/linux/pkt_sched.h |   58 ++
 net/sched/Kconfig              |   11 +
 net/sched/Makefile             |    1 +
 net/sched/cobalt.c             |  258 +++++
 net/sched/sch_cake.c           | 2206 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 2666 insertions(+)
 create mode 100644 include/net/cobalt.h
 create mode 100644 net/sched/cobalt.c
 create mode 100644 net/sched/sch_cake.c

-- 
2.7.4



More information about the Cake mailing list