From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53515C433FE for ; Tue, 8 Dec 2020 02:23:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0AF1023A55 for ; Tue, 8 Dec 2020 02:23:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727820AbgLHCXJ (ORCPT ); Mon, 7 Dec 2020 21:23:09 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:43348 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727744AbgLHCXI (ORCPT ); Mon, 7 Dec 2020 21:23:08 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kmSdz-00AjoS-OR; Tue, 08 Dec 2020 03:22:23 +0100 Date: Tue, 8 Dec 2020 03:22:23 +0100 From: Andrew Lunn To: Vladimir Oltean Cc: Rasmus Villemoes , Network Development , Florian Fainelli , Russell King - ARM Linux Subject: Re: vlan_filtering=1 breaks all traffic Message-ID: <20201208022223.GF2475764@lunn.ch> References: <20201130160439.a7kxzaptt5m3jfyn@skbuf> <61a2e853-9d81-8c1a-80f0-200f5d8dc650@prevas.dk> <6424c14e-bd25-2a06-cf0b-f1a07f9a3604@prevas.dk> <20201205190310.wmxemhrwxfom3ado@skbuf> <20201206194516.adym47b4ppohiqpl@skbuf> <20201207201527.nbo4jz5bga26celo@skbuf> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201207201527.nbo4jz5bga26celo@skbuf> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Dec 07, 2020 at 08:15:28PM +0000, Vladimir Oltean wrote: > On Mon, Dec 07, 2020 at 08:43:18PM +0100, Rasmus Villemoes wrote: > > # uname -a > > Linux (none) 5.10.0-rc7-00035-g66d777e1729d #194 Mon Dec 7 16:00:30 CET > > 2020 ppc GNU/Linux > > # devlink dev > > mdio_bus/mdio@e0102120:10 > > # mv88e6xxx_dump --device mdio_bus/mdio@e0102120:10 --vtu > > VTU: > > Error: devlink: The requested region does not exist. > > devlink answers: Invalid argument > > Unable to snapshot vtu VTU dumping is new. It is in net-next, but not 5.10-rc7. atu, global1 and global2 are part for 5.10-rc7. Andrew