lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20190503104720.v5iltltcfdbyy3it@soft-dev16> Date: Fri, 3 May 2019 12:47:21 +0200 From: Joergen Andreasen <joergen.andreasen@...rochip.com> To: Alexandre Belloni <alexandre.belloni@...tlin.com> CC: <netdev@...r.kernel.org>, Jamal Hadi Salim <jhs@...atatu.com>, Cong Wang <xiyou.wangcong@...il.com>, Jiri Pirko <jiri@...nulli.us>, "Microchip Linux Driver Support" <UNGLinuxDriver@...rochip.com>, "David S. Miller" <davem@...emloft.net>, Ralf Baechle <ralf@...ux-mips.org>, Paul Burton <paul.burton@...s.com>, James Hogan <jhogan@...nel.org>, <linux-mips@...r.kernel.org>, <linux-kernel@...r.kernel.org>, "Joergen Andreasen" <joergen.andreasen@...rochip.com> Subject: Re: [PATCH net-next 3/3] MIPS: generic: Add police related options to ocelot_defconfig Hi Alexandre, The 05/02/2019 18:27, Alexandre Belloni wrote: > External E-Mail > > > 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. > I will create a separate patch for this when the other patches has been accepted. > > Signed-off-by: Joergen Andreasen <joergen.andreasen@...rochip.com> > > --- > > 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 > -- Joergen Andreasen, Microchip
Powered by blists - more mailing lists