mbox series

[net-next,v1,0/3] sched: Patches from out-of-tree version of sch_cake

Message ID 155145264557.2564.18246059144961803752.stgit@alrua-x1
Headers show
Series sched: Patches from out-of-tree version of sch_cake | expand

Message

Toke Høiland-Jørgensen March 1, 2019, 3:04 p.m. UTC
This series includes a couple of patches with updates from the out-of-tree
version of sch_cake. The first one is a fix to the fairness scheduling when
dual-mode fairness is enabled. The second patch is an additional feature flag
that allows using fwmark as a tin selector, as a convenience for people who want
to customise tin selection. The third patch is just a cleanup to the tin
selection logic.

---

George Amanakis (1):
      sch_cake: Make the dual modes fairer

Kevin Darbyshire-Bryant (1):
      sch_cake: Permit use of connmarks as tin classifiers

Toke Høiland-Jørgensen (1):
      sch_cake: Simplify logic in cake_select_tin()


 include/uapi/linux/pkt_sched.h |    1 
 net/sched/sch_cake.c           |  155 +++++++++++++++++++++++++---------------
 2 files changed, 98 insertions(+), 58 deletions(-)

Comments

David Miller March 4, 2019, 4:38 a.m. UTC | #1
From: Toke Høiland-Jørgensen <toke@redhat.com>
Date: Fri, 01 Mar 2019 16:04:05 +0100

> This series includes a couple of patches with updates from the out-of-tree
> version of sch_cake. The first one is a fix to the fairness scheduling when
> dual-mode fairness is enabled. The second patch is an additional feature flag
> that allows using fwmark as a tin selector, as a convenience for people who want
> to customise tin selection. The third patch is just a cleanup to the tin
> selection logic.

Series applied, thanks Toke.