mbox series

[net-next,0/2] mlxsw: Various updates

Message ID 20211123075447.3083579-1-idosch@idosch.org (mailing list archive)
Headers show
Series mlxsw: Various updates | expand

Message

Ido Schimmel Nov. 23, 2021, 7:54 a.m. UTC
From: Ido Schimmel <idosch@nvidia.com>

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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 23, 2021, 11:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue, 23 Nov 2021 09:54:45 +0200 you wrote:
> From: Ido Schimmel <idosch@nvidia.com>
> 
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] mlxsw: spectrum_router: Remove deadcode in mlxsw_sp_rif_mac_profile_find
    https://git.kernel.org/netdev/net-next/c/ed1607e2ddf4
  - [net-next,2/2] mlxsw: pci: Add shutdown method in PCI driver
    https://git.kernel.org/netdev/net-next/c/c1020d3cf475

You are awesome, thank you!