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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6217AC433FE for ; Thu, 17 Nov 2022 20:16:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=SI129OdG2wfGwkWCy0DpaJynMafjzy1XhJDWso32Ues=; b=0MuLQ0glUlFoTH h59gL7n08IM1ungJ4YwMdQ3gKq9ZpOcaXJeb+SM7G/ID6/CCmYgoseDlDuiZ8MLbfFRdziWe+wXHA ZfhPY6aQae34My+JYzBw8wsc6Rx7js4JNT47AO7WlQzer6WmfYudtHf6Xj2LGgqhbFFthbF+mOSOD 5OzqRCHr/w3lwbqB14e9RNLTBjF9bkK3RozXeFtNsO1lW5cd+HtxB1ZM0rpXSmI4sq4sVNEwTlhoI BPrWdXgN3lhQ4P4mn0ClinHTtedBRv6YxZp61ew8BYr3JAjms01XKZgKZd40jVcIgCVbNgGuXJ1Am lRZ6F50n8Bj6AKJC6G3w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovlIM-00HEUn-8j; Thu, 17 Nov 2022 20:15:34 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovlII-00HEUQ-OI for linux-arm-kernel@lists.infradead.org; Thu, 17 Nov 2022 20:15:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=JzBJRWys7hmBHBKeMNHEuFcI/VwS1xwfjIiorP4uTYQ=; b=I5gexTUtNpp0792tJirhroAPdn LnMo45jQ7mkAHFFcyA6HE0yjkw7HipcbfkBDgTe0k1ttwKEh3VpTZo4i3+iDh2NX+IXqk8TpuDeDj 6EleMdhQ+R6Y8nhlcdPfJR6SNjMAufbctBtFkYLp8cAeKgAvjVt1LUX1PQJ1h0fuLFrE=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1ovlHS-002j30-5F; Thu, 17 Nov 2022 21:14:38 +0100 Date: Thu, 17 Nov 2022 21:14:38 +0100 From: Andrew Lunn To: Daniel.Machon@microchip.com Cc: luwei32@huawei.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, Lars.Povlsen@microchip.com, Steen.Hegelund@microchip.com, UNGLinuxDriver@microchip.com, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [patch net-next] net: microchip: sparx5: remove useless code in sparx5_qos_init() Message-ID: References: <20221117145820.2898968-1-luwei32@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221117_121530_828657_B30C3D3F X-CRM114-Status: UNSURE ( 8.20 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org > sparx5_qos_init() will be expanded in later patch series, as new QoS > features require new initializations - so this is actually somewhat > intentional. When do you expect such patches to land? If it going to be soon, we can keep the code as it is. If it is going to be a while, the bots are going to keep finding this and what to remove it. Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel