From patchwork Tue Nov 23 07:54:45 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ido Schimmel X-Patchwork-Id: 12633597 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F9E1C433EF for ; Tue, 23 Nov 2021 07:55:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234221AbhKWH6P (ORCPT ); Tue, 23 Nov 2021 02:58:15 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:48985 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234274AbhKWH6N (ORCPT ); Tue, 23 Nov 2021 02:58:13 -0500 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 061485C026F; Tue, 23 Nov 2021 02:55:06 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 23 Nov 2021 02:55:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=gk5v/nVRKWhkRhH5D ayxznddQ+GdKdiRRpFlhBih6yQ=; b=QZEDkiuDZTKZV05HLmwppiFF88TNaXVab bTZrnM3SA7amlxtUAakCkjhip7E26xFS8isryHOHMfnGip5WgfEU0r0d1kchmqW1 q7m2LgX7h9+j7Ifl/5J9r534i98b+dvVFVcAPRFuU3ajl2jQD1S9jTJpS9LtZqfr t3qLZ6lNO926uu6Rv0hU73bAncpYG3ON/VtXVYibesxjpKPoKl2ZPC1fHTY15ui1 mNWr98sKosknKq8fF9M4Zm5fhMZ5bZfErQULdzwnrYbiXOEJ9FQ/3UPlzwsehsDn 6Cox7NYwCjliixf+1np32T2tlceHzoF1SU1XajEfwMGMefIP4dsyQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrgeehgddutdekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepkfguohcuufgthhhimhhmvghluceoihguohhstghhsehiughoshgt hhdrohhrgheqnecuggftrfgrthhtvghrnhepteevgefhvefggfffkeeuffeuvdfhueehhe etffeikeegheevfedvgeelvdffudfhnecuvehluhhsthgvrhfuihiivgepudenucfrrghr rghmpehmrghilhhfrhhomhepihguohhstghhsehiughoshgthhdrohhrgh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 23 Nov 2021 02:55:04 -0500 (EST) From: Ido Schimmel To: netdev@vger.kernel.org Cc: davem@davemloft.net, kuba@kernel.org, jiri@nvidia.com, mlxsw@nvidia.com, Ido Schimmel Subject: [PATCH net-next 0/2] mlxsw: Various updates Date: Tue, 23 Nov 2021 09:54:45 +0200 Message-Id: <20211123075447.3083579-1-idosch@idosch.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org From: Ido Schimmel Patch #1 removes deadcode reported by Coverity. Patch #2 adds a shutdown method in the PCI driver to ensure the kexeced kernel starts working with a device that is in a sane state. Danielle Ratson (2): mlxsw: spectrum_router: Remove deadcode in mlxsw_sp_rif_mac_profile_find mlxsw: pci: Add shutdown method in PCI driver drivers/net/ethernet/mellanox/mlxsw/pci.c | 1 + drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-)