mbox series

[net,0/2] sched: A few small fixes for sch_cake

Message ID 155438289359.18760.18027832614176337074.stgit@alrua-x1
Headers show
Series sched: A few small fixes for sch_cake | expand

Message

Toke Høiland-Jørgensen April 4, 2019, 1:01 p.m. UTC
Hi Dave

Kevin noticed a few issues with the way CAKE reads the skb protocol and the IP
diffserv fields. This series fixes those two issues, and should probably go to
in 4.19 as well. However, the previous refactoring patch means they don't apply
as-is; I can send a follow-up directly to stable if that's OK with you?

-Toke

---

Toke Høiland-Jørgensen (2):
      sch_cake: Use tc_skb_protocol() helper for getting packet protocol
      sch_cake: Make sure we can write the IP header before changing DSCP bits


 net/sched/sch_cake.c |   13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

Comments

David Miller April 4, 2019, 5:56 p.m. UTC | #1
From: Toke Høiland-Jørgensen <toke@redhat.com>
Date: Thu, 04 Apr 2019 15:01:33 +0200

> Hi Dave
> 
> Kevin noticed a few issues with the way CAKE reads the skb protocol and the IP
> diffserv fields. This series fixes those two issues, and should probably go to
> in 4.19 as well. However, the previous refactoring patch means they don't apply
> as-is; I can send a follow-up directly to stable if that's OK with you?

Series applied, and queued up for -stable.

Indeed, posting a backport for v4.19 would be great.