From patchwork Sun May 6 18:12:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Yartys via Lede-dev X-Patchwork-Id: 909354 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lists.infradead.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="uUegIxbU"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40fDPj3WDQz9s3D for ; Mon, 7 May 2018 04:12:57 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Date:Sender:Content-Type: Subject:List-Help:Reply-To:List-Archive:List-Unsubscribe:List-Subscribe:Cc: From:List-Post:List-Id:Message-ID:MIME-Version:To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=/jeVb/54bF1vRoBPx/NcCeQ4B4zTqBl+KcaDoFuZY5k=; b=uUegIxbUbUs//hNJz8JSIh/fmA XQf34SR8YZdqavB0e5tWq+H34cYMNLh6daXRpGZob41G3MxwokkxiI728Lvz++1QxHwpmhudK8zbU toigzUyOseJrgxmkGA43GEwcw/7RiLFqegy+5ErKDistkLzfz+KAiR0eZBgovVl+m6levEkRblP+A 4/wRwdNQopl9yGtUeQUBUcsUklBeYrnbRK0WSnFsY7gTsCp5BJIB8rZtOINZaotXTBMT8lT2uxLCB 6taPDYQJB2iC/wwTK0UFlhWUyD2YRj70BxztwRTEsrv32LOW8o/f7lLO/f/AOMO6buhgQo7PtZ1Bu gUQqSC7w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fFO91-0008Ry-41; Sun, 06 May 2018 18:12:23 +0000 To: lede-dev@lists.infradead.org MIME-Version: 1.0 Message-ID: List-Id: List-Post: X-Patchwork-Original-From: Kevin Darbyshire-Bryant via Lede-dev From: Michael Yartys via Lede-dev Precedence: list Cc: Kevin Darbyshire-Bryant X-Mailman-Version: 2.1.21 X-BeenThere: lede-dev@lists.infradead.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Kevin Darbyshire-Bryant List-Help: Subject: [LEDE-DEV] [PATCH 0/2] bump cake support in iproute2 & kmod Sender: "Lede-dev" Date: Sun, 06 May 2018 18:12:23 +0000 Errors-To: lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. Bearing fruits of attempting to get cake upstream, a few changes most importantly to the netlink messaging for cake such that it's no longer backwards compatible, hence bumping iproute2's tc cake support and the cake module itself at the same time. Kevin Darbyshire-Bryant (2): iproute2: import latest cake cake: bump to 20180504 bake package/kernel/kmod-sched-cake/Makefile | 7 +- package/network/utils/iproute2/Makefile | 2 +- .../iproute2/patches/950-add-cake-to-tc.patch | 869 ++++++++++----------- 3 files changed, 429 insertions(+), 449 deletions(-)