mbox series

[net,0/2] mlx5 core fixes 20240603

Message ID 20240603210443.980518-1-tariqt@nvidia.com (mailing list archive)
Headers show
Series mlx5 core fixes 20240603 | expand

Message

Tariq Toukan June 3, 2024, 9:04 p.m. UTC
Hi,

This small patchset provides two bug fixes from the team to the mlx5 core driver.

Series generated against:
commit 33700a0c9b56 ("net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHED")

Regards,
Tariq

Moshe Shemesh (1):
  net/mlx5: Stop waiting for PCI if pci channel is offline

Shay Drory (1):
  net/mlx5: Always stop health timer during driver removal

 drivers/net/ethernet/mellanox/mlx5/core/fw.c          | 4 ++++
 drivers/net/ethernet/mellanox/mlx5/core/health.c      | 8 ++++++++
 drivers/net/ethernet/mellanox/mlx5/core/lib/pci_vsc.c | 4 ++++
 drivers/net/ethernet/mellanox/mlx5/core/main.c        | 3 +++
 4 files changed, 19 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org June 5, 2024, 1:10 p.m. UTC | #1
Hello:

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

On Tue, 4 Jun 2024 00:04:41 +0300 you wrote:
> Hi,
> 
> This small patchset provides two bug fixes from the team to the mlx5 core driver.
> 
> Series generated against:
> commit 33700a0c9b56 ("net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHED")
> 
> [...]

Here is the summary with links:
  - [net,1/2] net/mlx5: Stop waiting for PCI if pci channel is offline
    https://git.kernel.org/netdev/net/c/33afbfcc105a
  - [net,2/2] net/mlx5: Always stop health timer during driver removal
    https://git.kernel.org/netdev/net/c/c8b3f38d2dae

You are awesome, thank you!