Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp354505pxf; Thu, 25 Mar 2021 05:53:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwSEev/ADZJRNCJKOCWcXlAGOeq5m6P62TsPpnrT091gek80dH9XUxISXqCg13ZLcUiVaOP X-Received: by 2002:a05:6402:2076:: with SMTP id bd22mr8829424edb.378.1616676792705; Thu, 25 Mar 2021 05:53:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616676792; cv=none; d=google.com; s=arc-20160816; b=Ukkqv5fplfMPgEP4gN39gF7ikDmFf33bDFQY515TynbRNlYyHC/bsMn4wILIPMTvkC zzdtmq+qQ/7oRqu6yjpoZ5/9ufBBW5xTgOTt60cTYRe4Ede2lvv+F2aorwKNNlHJTxO1 son48Uj62VRx1rdkka8o92xD1PB/GRkXt5Y2j8sCt2wtangh2E0xRtq2GPd+JV9/g+fO XN4VVuT6Wk1g0i3HIK+TE/n5NKVp52hMjWY1WELH329lFXcMNziuiWtjEta9CQh0wOoZ ALk2nMa96tgF+OEhxU4BMLmH/qmyJItLzf1Lmdt/xroFvAVKtr+xNxRGETUzFJtfZJ7P HAaA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=oMdWlC9N4iJqoJQvv/QcSFlULYQ/nvPem4+rJIgsbBQ=; b=KA/nVNsSKNAx/TZmSwdDGluNfb21AzgoED++GDeepZpdZ20sw4WU7c8HgOtzP0fL4G DBJAPTjj0KVmJxB9quQKD6sIUAu9RJvvjBM2e7YJ4ub3Sr9wCvqEj+cdrKgh4S1C5QZY eInRu3U2rGze2Wf4taGWDBijKB6X7zCZvKsqwx1fm6qhPtrvpWn019Rgo3Aa8JH4MQVq H5/5KYBr0sG5NRYB0ko/1boR0A9tJiTop2mFLoqbUQWXeYFMtX5aSu6ccEZJzHjiGXrY Hp4RnYufrkuHEB0CeS5irw5zh3sL+mMNzi2RTuqNwlRhpyb+6wWbMMT5dhYSBjKCT9xL 5N/g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d8si4285941ejr.549.2021.03.25.05.52.49; Thu, 25 Mar 2021 05:53:12 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230192AbhCYMvT (ORCPT + 99 others); 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