From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-f65.google.com (mail-ed1-f65.google.com [209.85.208.65]) (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 A40743B29E for ; Fri, 1 Mar 2019 10:04:07 -0500 (EST) Received: by mail-ed1-f65.google.com with SMTP id g19so20289254edp.2 for ; Fri, 01 Mar 2019 07:04:07 -0800 (PST) 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=IOKeu++iY43Nj8BrQXUCn/WhvN4UtXwfVALXtcqQQps=; b=CK8Ww0Cm75q8j2HQVAFkjIYNE25rertbAtIHmoTiw8tUY6Ax5ybRePnkrzD6IYkqZ6 MtK871OKTTX38Z3OTg9bQZylVVH6q6L46EENVLlb7zZaxyHcFRfcSmdK+/eZ2Uz+n0NB VrFmNoAdSjnbj4Qt+KS/uAD3YYJhgRKyp4pEn+03BfVJlR9lpEh69X1w0VCpTKhM4Mqh KFszqanj9WOysREKjpcFTSTXnlrAiPo2F3Q7prd6F3cDHy8fhLjj+SSY3ri3ESlEYopI +3Y+W+2Hu1ryoZ5ahLGzJfh73CR9ZPSzeRWCyLRiIaAV0jBd0XrMOY0trHlKQO2BYjtL /8xA== X-Gm-Message-State: APjAAAUdNcJ6n1aP2Uo/UPjYx8C2/L1Oq+dNL5b0tkvHEQCGR5dZbJoq KpjG0xCZdUbZDYRsrvblz2IFcQ== X-Google-Smtp-Source: APXvYqyJtMmm4EzBfJ33OqvCElCHaf6VKJJSuQfV4wrIuNJtCL4TI+psfqntIqhsBNqQsjPF3xolAA== X-Received: by 2002:a17:906:46db:: with SMTP id k27mr3334149ejs.249.1551452646763; Fri, 01 Mar 2019 07:04:06 -0800 (PST) Received: from alrua-x1.borgediget.toke.dk (alrua-x1.vpn.toke.dk. [2a00:7660:6da:10::2]) by smtp.gmail.com with ESMTPSA id h35sm6145217ede.8.2019.03.01.07.04.05 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 01 Mar 2019 07:04:06 -0800 (PST) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id A516E183BB9; Fri, 1 Mar 2019 16:04:05 +0100 (CET) From: Toke =?utf-8?q?H=C3=B8iland-J=C3=B8rgensen?= To: David Miller Cc: netdev@vger.kernel.org, cake@lists.bufferbloat.net Date: Fri, 01 Mar 2019 16:04:05 +0100 Message-ID: <155145264557.2564.18246059144961803752.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-next v1 0/3] sched: Patches from out-of-tree version of 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: Fri, 01 Mar 2019 15:04:07 -0000 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(-)