Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp7419125yba; Thu, 2 May 2019 09:29:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqzrFFJak/I5OyVXdCRUc6xpMtl5//B9OBJskhuzVj9k/EbJ/4cFdHsbQzA/s3kdLXzOysdt X-Received: by 2002:a65:4343:: with SMTP id k3mr4935050pgq.384.1556814595687; Thu, 02 May 2019 09:29:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556814595; cv=none; d=google.com; s=arc-20160816; b=a1HDF8+RrKYDvPjBUEfRMDOlaGeEC39ZRfk3cViXZWMY5BsdJaphOAtNfr2REHPtpE cPO6ct3m1OnaftZYcMOMtenu8GF5r3c0sIZo1RxEo+leNpk9SVBHego9atyM6yehah5W 4WmOd5aLrGhNxfXAuTGsJnCGBOBHIucAKGrrQk4385UWwuzmJUGn6azADq7MG58JLTHd Tyh1scq+MciG5uk2l83oq95Xk4jO6Xlm/n3K3HymS7Q1kcC/jbmHVjGmGn5qB2wKY4ni e60BqczUY+SbK8UkU9stumqa5P+oFzrpxwKodn8YjQ96aqFzI605oksPcJpIi9nfzAXY 28gQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=QPnrcq4eD1cRhfQ4Aqt/9tF7J71CJDHjaZwW9Esw3uI=; b=rmZBFrPAlEOPtqGZ2BPtZ4dbMqkHOF4NSDP0QAYI/aafLO3c2GqQ8qYbpGwpN7ouks iIkWLXjmQOrdqvxosrzpNDezIZP5vpmnoq/g2eev6TNy7PQIlmLIMXKX/5ME2hhwfUSt oBGzxHaCPHfIZZK4eNV/wOkm1cet3uu8iL1DJ7LSPcaEJz3v81FaskGHkjjkOeINhrxQ 9+xGI7cRLH61hTCGU0LTurdwGyOl6YxKR9WJ5InN7rzMmNIv2RsS/zHq2R1JMUpAs8/W uYnIyjy5F79F8VNRSmbc5Gzhm+sqOAErmyvT4AuuX6uMKgVIIpJEhUbInDCWr4E36niA z8+w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j16si43411613pll.291.2019.05.02.09.29.40; Thu, 02 May 2019 09:29:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726610AbfEBQ1I (ORCPT + 99 others); Thu, 2 May 2019 12:27:08 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:49587 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726321AbfEBQ1H (ORCPT ); Thu, 2 May 2019 12:27:07 -0400 X-Originating-IP: 90.66.53.80 Received: from localhost (lfbn-1-3034-80.w90-66.abo.wanadoo.fr [90.66.53.80]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id F196BE000A; Thu, 2 May 2019 16:27:00 +0000 (UTC) Date: Thu, 2 May 2019 18:27:00 +0200 From: Alexandre Belloni To: Joergen Andreasen Cc: netdev@vger.kernel.org, Jamal Hadi Salim , Cong Wang , Jiri Pirko , Microchip Linux Driver Support , "David S. Miller" , Ralf Baechle , Paul Burton , James Hogan , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 3/3] MIPS: generic: Add police related options to ocelot_defconfig Message-ID: <20190502162700.GC22550@piout.net> References: <20190502094029.22526-1-joergen.andreasen@microchip.com> <20190502094029.22526-4-joergen.andreasen@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190502094029.22526-4-joergen.andreasen@microchip.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Joergen, On 02/05/2019 11:40:29+0200, Joergen Andreasen wrote: > Add default support for ingress qdisc, matchall classification > and police action on MSCC Ocelot. > This patch should be separated from the series as this doesn't have any dependencies and should go through the MIPS tree. > Signed-off-by: Joergen Andreasen > --- > arch/mips/configs/generic/board-ocelot.config | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/mips/configs/generic/board-ocelot.config b/arch/mips/configs/generic/board-ocelot.config > index 5e53b4bc47f1..5c7360dd819c 100644 > --- a/arch/mips/configs/generic/board-ocelot.config > +++ b/arch/mips/configs/generic/board-ocelot.config > @@ -25,6 +25,13 @@ CONFIG_SERIAL_OF_PLATFORM=y > CONFIG_NETDEVICES=y > CONFIG_NET_SWITCHDEV=y > CONFIG_NET_DSA=y > +CONFIG_NET_SCHED=y > +CONFIG_NET_SCH_INGRESS=y > +CONFIG_NET_CLS_MATCHALL=y > +CONFIG_NET_CLS_ACT=y > +CONFIG_NET_ACT_POLICE=y > +CONFIG_NET_ACT_GACT=y > + > CONFIG_MSCC_OCELOT_SWITCH=y > CONFIG_MSCC_OCELOT_SWITCH_OCELOT=y > CONFIG_MDIO_MSCC_MIIM=y > -- > 2.17.1 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com