public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel•org
To: Saeed Mahameed <saeed@kernel•org>
Cc: davem@davemloft•net, kuba@kernel•org, pabeni@redhat•com,
	edumazet@google•com, saeedm@nvidia•com, netdev@vger•kernel.org,
	tariqt@nvidia•com, royno@nvidia•com, moshe@nvidia•com,
	ayal@nvidia•com
Subject: Re: [net 01/14] net/mlx5: Do not query pci info while pci disabled
Date: Wed, 23 Nov 2022 05:00:19 +0000	[thread overview]
Message-ID: <166917961964.4515.3606365128327297591.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221122022559.89459-2-saeed@kernel.org>

Hello:

This series was applied to netdev/net.git (master)
by Saeed Mahameed <saeedm@nvidia•com>:

On Mon, 21 Nov 2022 18:25:46 -0800 you wrote:
> From: Roy Novich <royno@nvidia•com>
> 
> The driver should not interact with PCI while PCI is disabled. Trying to
> do so may result in being unable to get vital signs during PCI reset,
> driver gets timed out and fails to recover.
> 
> Fixes: fad1783a6d66 ("net/mlx5: Print more info on pci error handlers")
> Signed-off-by: Roy Novich <royno@nvidia•com>
> Reviewed-by: Moshe Shemesh <moshe@nvidia•com>
> Reviewed-by: Aya Levin <ayal@nvidia•com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia•com>
> 
> [...]

Here is the summary with links:
  - [net,01/14] net/mlx5: Do not query pci info while pci disabled
    https://git.kernel.org/netdev/net/c/394164f9d5a3
  - [net,02/14] net/mlx5: Fix FW tracer timestamp calculation
    https://git.kernel.org/netdev/net/c/61db3d7b99a3
  - [net,03/14] net/mlx5: SF: Fix probing active SFs during driver probe phase
    https://git.kernel.org/netdev/net/c/4f57332d6a55
  - [net,04/14] net/mlx5: cmdif, Print info on any firmware cmd failure to tracepoint
    https://git.kernel.org/netdev/net/c/870c2481174b
  - [net,05/14] net/mlx5: Fix handling of entry refcount when command is not issued to FW
    https://git.kernel.org/netdev/net/c/aaf2e65cac7f
  - [net,06/14] net/mlx5: Lag, avoid lockdep warnings
    https://git.kernel.org/netdev/net/c/0d4e8ed139d8
  - [net,07/14] net/mlx5: E-Switch, Set correctly vport destination
    https://git.kernel.org/netdev/net/c/6d942e404489
  - [net,08/14] net/mlx5: Fix sync reset event handler error flow
    https://git.kernel.org/netdev/net/c/e1ad07b9227f
  - [net,09/14] net/mlx5e: Fix missing alignment in size of MTT/KLM entries
    https://git.kernel.org/netdev/net/c/3e874cb1e0a3
  - [net,10/14] net/mlx5e: Offload rule only when all encaps are valid
    https://git.kernel.org/netdev/net/c/f377422044b2
  - [net,11/14] net/mlx5e: Remove leftovers from old XSK queues enumeration
    https://git.kernel.org/netdev/net/c/11abca031ee3
  - [net,12/14] net/mlx5e: Fix MACsec SA initialization routine
    https://git.kernel.org/netdev/net/c/d20a56b0eb00
  - [net,13/14] net/mlx5e: Fix MACsec update SecY
    https://git.kernel.org/netdev/net/c/94ffd6e0c7db
  - [net,14/14] net/mlx5e: Fix possible race condition in macsec extended packet number update routine
    https://git.kernel.org/netdev/net/c/8514e325ef01

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2022-11-23  5:00 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22  2:25 [pull request][net 00/14] mlx5 fixes 2022-11-21 Saeed Mahameed
2022-11-22  2:25 ` [net 01/14] net/mlx5: Do not query pci info while pci disabled Saeed Mahameed
2022-11-23  5:00   ` patchwork-bot+netdevbpf [this message]
2022-11-22  2:25 ` [net 02/14] net/mlx5: Fix FW tracer timestamp calculation Saeed Mahameed
2022-11-22  2:25 ` [net 03/14] net/mlx5: SF: Fix probing active SFs during driver probe phase Saeed Mahameed
2022-11-23 14:57   ` Maciej Fijalkowski
2022-11-23 17:11     ` Parav Pandit
2022-11-23 17:44       ` Maciej Fijalkowski
2022-11-23 23:36     ` Saeed Mahameed
2022-11-22  2:25 ` [net 04/14] net/mlx5: cmdif, Print info on any firmware cmd failure to tracepoint Saeed Mahameed
2022-11-23 15:06   ` Maciej Fijalkowski
2022-11-23 23:48     ` Saeed Mahameed
2022-11-24  1:55       ` Jakub Kicinski
2022-11-24  4:37         ` Saeed Mahameed
2022-11-22  2:25 ` [net 05/14] net/mlx5: Fix handling of entry refcount when command is not issued to FW Saeed Mahameed
2022-11-22  2:25 ` [net 06/14] net/mlx5: Lag, avoid lockdep warnings Saeed Mahameed
2022-11-22  2:25 ` [net 07/14] net/mlx5: E-Switch, Set correctly vport destination Saeed Mahameed
2022-11-22  2:25 ` [net 08/14] net/mlx5: Fix sync reset event handler error flow Saeed Mahameed
2022-11-22  2:25 ` [net 09/14] net/mlx5e: Fix missing alignment in size of MTT/KLM entries Saeed Mahameed
2022-11-22  2:25 ` [net 10/14] net/mlx5e: Offload rule only when all encaps are valid Saeed Mahameed
2022-11-22  2:25 ` [net 11/14] net/mlx5e: Remove leftovers from old XSK queues enumeration Saeed Mahameed
2022-11-22  2:25 ` [net 12/14] net/mlx5e: Fix MACsec SA initialization routine Saeed Mahameed
2022-11-22  2:25 ` [net 13/14] net/mlx5e: Fix MACsec update SecY Saeed Mahameed
2022-11-23 15:21   ` Maciej Fijalkowski
2022-11-23 23:57     ` Saeed Mahameed
2022-11-22  2:25 ` [net 14/14] net/mlx5e: Fix possible race condition in macsec extended packet number update routine Saeed Mahameed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=166917961964.4515.3606365128327297591.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=ayal@nvidia$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=kuba@kernel$(echo .)org \
    --cc=moshe@nvidia$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    --cc=royno@nvidia$(echo .)com \
    --cc=saeed@kernel$(echo .)org \
    --cc=saeedm@nvidia$(echo .)com \
    --cc=tariqt@nvidia$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox