From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 68A85A929 for ; Fri, 4 Aug 2023 12:50:08 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2565C49F9 for ; Fri, 4 Aug 2023 05:49:49 -0700 (PDT) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 928945C012E; Fri, 4 Aug 2023 08:49:25 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Fri, 04 Aug 2023 08:49:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; t=1691153365; x=1691239765; bh=ZkTw5kO1c2ZG3 7EkceTgB9peVFdVCQxiEDEIZ4UVvnk=; b=hgVY4Yltdjy0F/s22o8xzzye98Eei Pswg1ehVdc+dKepaPrOFBJ9liulpQ4Fog1Bvj5OQxibtyl8yL8qsDIdhjxuqSh7j u/8KX02vBnBIFYg4KrALAu/sCvP4oYAH0dcqPtJbSvW/muQ4fgLWTzcQMqZbsBxV eTRA55FjOEPNNx6S0zQdiSDUkgAa+7PIzElHZTyOZ0GL7mtSEsB1IC/5+aZ4OjfA REMzabs/dYMfcEP37UgbYKopTBqS7ZEOsVHkdrLE8pbWCL+mYsmQm0ETJltSNLZl 6+62jPRDzWFdPikwlsAD95QzIHC7HSyX1v87V4WEXRfTz80FApz19mZLQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedrkeeggdehiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvvefukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefkughoucfu tghhihhmmhgvlhcuoehiughoshgthhesihguohhstghhrdhorhhgqeenucggtffrrghtth gvrhhnpedvudefveekheeugeeftddvveefgfduieefudeifefgleekheegleegjeejgeeg hfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehiug hoshgthhesihguohhstghhrdhorhhg X-ME-Proxy: Feedback-ID: i494840e7:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 4 Aug 2023 08:49:24 -0400 (EDT) Date: Fri, 4 Aug 2023 15:49:21 +0300 From: Ido Schimmel To: Yue Haibing Cc: idosch@nvidia.com, petrm@nvidia.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org Subject: Re: [PATCH net-next] mlxsw: spectrum: Remove unused function declarations Message-ID: References: <20230803142047.42660-1-yuehaibing@huawei.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230803142047.42660-1-yuehaibing@huawei.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_BLOCKED,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,SPF_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On Thu, Aug 03, 2023 at 10:20:47PM +0800, Yue Haibing wrote: > Commit c3d2ed93b14d ("mlxsw: Remove old parsing depth infrastructure") > left behind mlxsw_sp_nve_inc_parsing_depth_get()/mlxsw_sp_nve_inc_parsing_depth_put(). > And commit 532b49e41e64 ("mlxsw: spectrum_span: Derive SBIB from maximum port speed & MTU") > remove mlxsw_sp_span_port_mtu_update()/mlxsw_sp_span_speed_update_work() but leave the > declarations. > > Signed-off-by: Yue Haibing Reviewed-by: Ido Schimmel