From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id E5E7E3CB38 for ; Thu, 25 Jun 2020 07:55:11 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1593086111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FrhYzHLW7BVQFkvK7yiMz5rnJnbaI4pxVM6OhAm1FIw=; b=bBF/5aUn09rERubYnv0kx2jRm4sCPYqSH6AsszuQ0VoZUI5eINgbo1blNVIyeIG1BILjno lWXrF99WE0gVduWXeLei9DFD23zOtDqeKQHrWT9ysQ2Wo29ZYuDL1qeVldlIaE8Wajqkp1 razKo7Rc3pcS3nmqEVbS/n4HPchfb8o= Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-303-TVKS-ZJbNJqdelKcxelBUA-1; Thu, 25 Jun 2020 07:55:08 -0400 X-MC-Unique: TVKS-ZJbNJqdelKcxelBUA-1 Received: by mail-wm1-f71.google.com with SMTP id v6so4595377wmg.1 for ; Thu, 25 Jun 2020 04:55:08 -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=FrhYzHLW7BVQFkvK7yiMz5rnJnbaI4pxVM6OhAm1FIw=; b=WrxCFnsTFa2kRh3vWkTIhhasu90aRdG1UpGv6pbf9dUDBJU8WBldnaVvG6vKdIi1RK FxMzW82I8r5FTKi8rmuMgzSIL6ou7GtcOYMFqs9YXmEAFBce92mzcSmLb3KOt1In/E3g 9Nf6hZbVsToXz6eTHR1AekpTe/Ylxwupz3oOnnzP6Z3nZna7Tn+HqpDDrobYyTvzAVmS ZoG9ZxUWf9i0e+vJkm0nRy5AJ9AkENirF6y5g1HbBSMdKc7gantAdFrW5CEu/zKRzMrJ Qp0E481WTrKgwer7xLnvxAO3Jj018BINCH/APpyv7tA5O5Hm5n/S/3O7lI5SYZqIfBYc fymg== X-Gm-Message-State: AOAM5327PWTuWgwCdMX/iHi8cH0JADn7D2Yc7lWBCBN5ILmsJDNa0kxd XIZ/HFId8wHwXUqaN4zkZO4mcdL7Tc6haQu+4TVNjD5pHa+W42VFola210OXfBbc1E7ZDKzAjXP WXrjn4wDBgPsXRJUyiUbdCQ== X-Received: by 2002:a1c:a512:: with SMTP id o18mr2957476wme.101.1593086107906; Thu, 25 Jun 2020 04:55:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzghTwCojJWr3fMyWpX7kfDT3VpN5vDKr5bfXVlyuC67AIo1/1PaZuCytx1yQTaYI+YKNmIyA== X-Received: by 2002:a1c:a512:: with SMTP id o18mr2957454wme.101.1593086107643; Thu, 25 Jun 2020 04:55:07 -0700 (PDT) Received: from alrua-x1.borgediget.toke.dk ([2a0c:4d80:42:443::2]) by smtp.gmail.com with ESMTPSA id u65sm12700916wmg.5.2020.06.25.04.55.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Jun 2020 04:55:06 -0700 (PDT) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id DADD71814F9; Thu, 25 Jun 2020 13:55:02 +0200 (CEST) From: =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: David Miller Cc: netdev@vger.kernel.org, cake@lists.bufferbloat.net Date: Thu, 25 Jun 2020 13:55:02 +0200 Message-ID: <159308610282.190211.9431406149182757758.stgit@toke.dk> User-Agent: StGit/0.23 MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: [Cake] [PATCH net-next 0/5] sched: A series of fixes and optimisations 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, 25 Jun 2020 11:55:12 -0000 Hi Dave This series contains a number of fixes and optimisations for sch_cake that we've accumulated in the out-of-tree version. See the individual patch descriptions for more details. The first three patches in the series are candidates for inclusion into stable. -Toke --- Ilya Ponetayev (2): sch_cake: fix IP protocol handling in the presence of VLAN tags sch_cake: don't try to reallocate or unshare skb unconditionally Kevin Darbyshire-Bryant (1): sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handling Toke Høiland-Jørgensen (2): sch_cake: don't call diffserv parsing code when it is not needed sch_cake: fix a few style nits net/sched/sch_cake.c | 66 ++++++++++++++++++++++++++++++-------------- 1 file changed, 45 insertions(+), 21 deletions(-)