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 2B4EFC433DB for ; Thu, 25 Mar 2021 12:51:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BD86D61962 for ; Thu, 25 Mar 2021 12:51:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229788AbhCYMvT (ORCPT ); Thu, 25 Mar 2021 08:51:19 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:46890 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230155AbhCYMux (ORCPT ); Thu, 25 Mar 2021 08:50:53 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1lPPRr-00Cx7G-0C; Thu, 25 Mar 2021 13:50:51 +0100 Date: Thu, 25 Mar 2021 13:50:50 +0100 From: Andrew Lunn To: Sunil Kovvuri Cc: Hariprasad Kelam , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "kuba@kernel.org" , "davem@davemloft.net" , Sunil Kovvuri Goutham , Linu Cherian , Geethasowjanya Akula , Jerin Jacob Kollanukkaran , Subbaraya Sundeep Bhatta Subject: Re: [net-next PATCH 0/8] configuration support for switch headers & phy Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > So you completely skipped how this works with mv88e6xxx or > > prestera. If you need this private flag for some out of mainline > > Marvell SDK, it is very unlikely to be accepted. > > > > Andrew > > What we are trying to do here has no dependency on DSA drivers and > neither impacts that functionality. So this is an indirect way of saying: Yes, this is for some out of mainline Marvell SDK. > Here we are just notifying the HW to parse the packets properly. But the correct way for this to happen is probably some kernel internal API between the MAC and the DSA driver. Mainline probably has no need for this private flag. Andrew