netdev.vger.kernel.org archive mirror
 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, shayd@nvidia.com
Subject: Re: [net 01/15] net/mlx5: Collect command failures data only for known commands
Date: Wed, 24 May 2023 07:50:22 +0000	[thread overview]
Message-ID: <168491462248.4606.14521009670777988480.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230523054242.21596-2-saeed@kernel.org>

Hello:

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

On Mon, 22 May 2023 22:42:28 -0700 you wrote:
> From: Shay Drory <shayd@nvidia.com>
> 
> DEVX can issue a general command, which is not used by mlx5 driver.
> In case such command is failed, mlx5 is trying to collect the failure
> data, However, mlx5 doesn't create a storage for this command, since
> mlx5 doesn't use it. This lead to array-index-out-of-bounds error.
> 
> [...]

Here is the summary with links:
  - [net,01/15] net/mlx5: Collect command failures data only for known commands
    https://git.kernel.org/netdev/net/c/2a0a935fb64e
  - [net,02/15] net/mlx5: Handle pairing of E-switch via uplink un/load APIs
    https://git.kernel.org/netdev/net/c/2be5bd42a5bb
  - [net,03/15] net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs
    https://git.kernel.org/netdev/net/c/1e5daf5565b6
  - [net,04/15] net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE
    https://git.kernel.org/netdev/net/c/c7dd225bc224
  - [net,05/15] net/mlx5e: Use correct encap attribute during invalidation
    https://git.kernel.org/netdev/net/c/be071cdb167f
  - [net,06/15] net/mlx5: Fix error message when failing to allocate device memory
    https://git.kernel.org/netdev/net/c/a65735148e03
  - [net,07/15] net/mlx5e: Fix deadlock in tc route query code
    https://git.kernel.org/netdev/net/c/691c041bf208
  - [net,08/15] net/mlx5e: Fix SQ wake logic in ptp napi_poll context
    https://git.kernel.org/netdev/net/c/7aa503801916
  - [net,09/15] net/mlx5e: TC, Fix using eswitch mapping in nic mode
    https://git.kernel.org/netdev/net/c/dfa1e46d6093
  - [net,10/15] net/mlx5: E-switch, Devcom, sync devcom events and devcom comp register
    https://git.kernel.org/netdev/net/c/8c253dfc89ef
  - [net,11/15] net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device
    https://git.kernel.org/netdev/net/c/af87194352ca
  - [net,12/15] net/mlx5: Devcom, serialize devcom registration
    https://git.kernel.org/netdev/net/c/1f893f57a3bf
  - [net,13/15] net/mlx5: Free irqs only on shutdown callback
    https://git.kernel.org/netdev/net/c/9c2d08010963
  - [net,14/15] net/mlx5: Fix irq affinity management
    https://git.kernel.org/netdev/net/c/ef8c063cf88e
  - [net,15/15] net/mlx5: Fix indexing of mlx5_irq
    https://git.kernel.org/netdev/net/c/1da438c0ae02

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



  reply	other threads:[~2023-05-24  7:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-23  5:42 [pull request][net 00/15] mlx5 fixes 2023-05-22 Saeed Mahameed
2023-05-23  5:42 ` [net 01/15] net/mlx5: Collect command failures data only for known commands Saeed Mahameed
2023-05-24  7:50   ` patchwork-bot+netdevbpf [this message]
2023-05-23  5:42 ` [net 02/15] net/mlx5: Handle pairing of E-switch via uplink un/load APIs Saeed Mahameed
2023-05-23  5:42 ` [net 03/15] net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs Saeed Mahameed
2023-05-23  5:42 ` [net 04/15] net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE Saeed Mahameed
2023-05-23  5:42 ` [net 05/15] net/mlx5e: Use correct encap attribute during invalidation Saeed Mahameed
2023-05-23  5:42 ` [net 06/15] net/mlx5: Fix error message when failing to allocate device memory Saeed Mahameed
2023-05-23  5:42 ` [net 07/15] net/mlx5e: Fix deadlock in tc route query code Saeed Mahameed
2023-05-23  5:42 ` [net 08/15] net/mlx5e: Fix SQ wake logic in ptp napi_poll context Saeed Mahameed
2023-05-23  5:42 ` [net 09/15] net/mlx5e: TC, Fix using eswitch mapping in nic mode Saeed Mahameed
2023-05-23  5:42 ` [net 10/15] net/mlx5: E-switch, Devcom, sync devcom events and devcom comp register Saeed Mahameed
2023-05-23  5:42 ` [net 11/15] net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device Saeed Mahameed
2023-05-23  5:42 ` [net 12/15] net/mlx5: Devcom, serialize devcom registration Saeed Mahameed
2023-05-23  5:42 ` [net 13/15] net/mlx5: Free irqs only on shutdown callback Saeed Mahameed
2023-05-23  5:42 ` [net 14/15] net/mlx5: Fix irq affinity management Saeed Mahameed
2023-05-23  5:42 ` [net 15/15] net/mlx5: Fix indexing of mlx5_irq 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=168491462248.4606.14521009670777988480.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=saeed@kernel.org \
    --cc=saeedm@nvidia.com \
    --cc=shayd@nvidia.com \
    --cc=tariqt@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).