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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 EDB57C433E0 for ; Wed, 24 Feb 2021 23:59:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8E5256146B for ; Wed, 24 Feb 2021 23:59:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234444AbhBXX7t (ORCPT ); Wed, 24 Feb 2021 18:59:49 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:56712 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234118AbhBXX7s (ORCPT ); Wed, 24 Feb 2021 18:59:48 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1lF43e-008JwM-DG; Thu, 25 Feb 2021 00:59:06 +0100 Date: Thu, 25 Feb 2021 00:59:06 +0100 From: Andrew Lunn To: Vladimir Oltean Cc: netdev@vger.kernel.org, Florian Fainelli , Vivien Didelot , Jiri Pirko , Ido Schimmel , DENG Qingfang , Tobias Waldekranz , George McCollister , Horatiu Vultur , Kurt Kanzenbach Subject: Re: [RFC PATCH net-next 05/12] Documentation: networking: dsa: remove TODO about porting more vendor drivers Message-ID: References: <20210221213355.1241450-1-olteanv@gmail.com> <20210221213355.1241450-6-olteanv@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210221213355.1241450-6-olteanv@gmail.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sun, Feb 21, 2021 at 11:33:48PM +0200, Vladimir Oltean wrote: > From: Vladimir Oltean > > On one hand, the link is dead and therefore useless. > > On the other hand, there are always more drivers to port, but at this > stage, DSA does not need to affirm itself as the driver model to use for > Ethernet-connected switches (since we already have 15 tagging protocols > supported and probably more switch families from various vendors), so > there is nothing actionable to do. Yes, we have already taken over the universe :-) Reviewed-by: Andrew Lunn Andrew