From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-f45.google.com (mail-ed1-f45.google.com [209.85.208.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 07A4C3B29E for ; Thu, 4 Apr 2019 09:01:36 -0400 (EDT) Received: by mail-ed1-f45.google.com with SMTP id x14so2150159eds.1 for ; Thu, 04 Apr 2019 06:01:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:cc:date:message-id:user-agent :mime-version:content-transfer-encoding; bh=59WHJVTDNWb09d3vYYl3SdNH3Vk2sziFqgUXtY53OXs=; b=j7tN+DyOGet6gHdQjcYGEnlnhaSyb3t0SQGtQBshJVqxxa9m3HLhik4M1exyKBcDLJ UEC+bPyD8y6bKHm3FfDKWKYD7jz/N2zRm6G2VPtw6Mu5hdajTFe4JYcCGGgbmiQWHMx0 1lh0bANOc5YgNNf1Ntoo13cCvLnQiC9Zh24Z6J6ldba1RaVptLnTDqnzWjMM7wEbn3Vg QwgCGXmvoKbi/ftNH2N3RhX1IxIJ+ZrltZFwkej9bcPrnRZX0oQmvx8bJ897pw8N+4xI QjvymV6CpBTI9xHC4jEIFC3PySbO4hS5qoEOKG+OR/6Se4IfazHvcykxcugN5I2PxzYl pe9A== X-Gm-Message-State: APjAAAUVzsD7SF4yCo1rQYamXs56GqepGzgRORWdTWCLB1HP1ULYuOAf 2CtEKtD0PN+RCG/kCzFRqnjBzA== X-Google-Smtp-Source: APXvYqx+xBQ7XP/Imq/tp43Hw0BLPPoU66XsC4SsJWQDUb1y/sCWxOjKQNFHza8mqfemcHSZerSHCQ== X-Received: by 2002:a50:9438:: with SMTP id p53mr3708929eda.92.1554382895259; Thu, 04 Apr 2019 06:01:35 -0700 (PDT) Received: from alrua-x1.borgediget.toke.dk (borgediget.toke.dk. [85.204.121.218]) by smtp.gmail.com with ESMTPSA id i26sm822065ejc.51.2019.04.04.06.01.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 04 Apr 2019 06:01:34 -0700 (PDT) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id AA1F51804A5; Thu, 4 Apr 2019 15:01:33 +0200 (CEST) From: Toke =?utf-8?q?H=C3=B8iland-J=C3=B8rgensen?= To: David Miller Cc: netdev@vger.kernel.org, cake@lists.bufferbloat.net Date: Thu, 04 Apr 2019 15:01:33 +0200 Message-ID: <155438289359.18760.18027832614176337074.stgit@alrua-x1> User-Agent: StGit/unknown-version MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: [Cake] [PATCH net 0/2] sched: A few small fixes for sch_cake X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Apr 2019 13:01:36 -0000 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(-)