From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 64C8881F85 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 2841E81F7C From: Hans Schultz In-Reply-To: <20230424122631.d7kwfwmlwvqjo3pz@skbuf> References: <20230418155902.898627-1-vladimir.oltean@nxp.com> <875y9nt27g.fsf@kapio-technology.com> <20230424122631.d7kwfwmlwvqjo3pz@skbuf> Date: Mon, 24 Apr 2023 17:33:44 +0200 Message-ID: <87jzy11ehz.fsf@kapio-technology.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Bridge] [PATCH v2 net] net: bridge: switchdev: don't notify FDB entries with "master dynamic" List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladimir Oltean Cc: Ivan Vecera , bridge@lists.linux-foundation.org, Jiri Pirko , netdev@vger.kernel.org, Nikolay Aleksandrov , Roopa Prabhu , Jesse Brandeburg , linux-kernel@vger.kernel.org, Eric Dumazet , Ido Schimmel , Jakub Kicinski , Paolo Abeni , "David S. Miller" On Mon, Apr 24, 2023 at 15:26, Vladimir Oltean wrote: > On Sun, Apr 23, 2023 at 10:47:15AM +0200, Hans Schultz wrote: >> I do not understand this patch. It seems to me that it basically blocks >> any future use of dynamic fdb entries from userspace towards drivers. >> >> I would have expected that something would be done in the DSA layer, >> where (switchcore) drivers would be able to set some flags to indicate >> which features are supported by the driver, including non-static >> fdb entries. But as the placement here is earlier in the datapath from >> userspace towards drivers it's not possible to do any such thing in the >> DSA layer wrt non-static fdb entries. > > As explained too many times already in the thread here: > https://patchwork.kernel.org/project/netdevbpf/patch/20230318141010.513424-3-netdev@kapio-technology.com/ > the plan is: Ahh yes thanks, I see the comment you wrote on march the 27th.