All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Tariq Toukan <tariqt@nvidia.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, netdev@vger.kernel.org, saeedm@nvidia.com,
	gal@nvidia.com, leonro@nvidia.com
Subject: Re: [PATCH net V2 00/12] mlx5 misc fixes
Date: Thu, 11 Apr 2024 03:00:32 +0000	[thread overview]
Message-ID: <171280443226.1698.7858481474022694709.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240409190820.227554-1-tariqt@nvidia.com>

Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 9 Apr 2024 22:08:08 +0300 you wrote:
> Hi,
> 
> This patchset provides bug fixes to mlx5 driver.
> 
> This is V2 of the series previously submitted as PR by Saeed:
> https://lore.kernel.org/netdev/20240326144646.2078893-1-saeed@kernel.org/T/
> 
> [...]

Here is the summary with links:
  - [net,V2,01/12] net/mlx5: E-switch, store eswitch pointer before registering devlink_param
    https://git.kernel.org/netdev/net/c/0553e753ea9e
  - [net,V2,02/12] net/mlx5: Register devlink first under devlink lock
    https://git.kernel.org/netdev/net/c/c6e77aa9dd82
  - [net,V2,03/12] net/mlx5: offset comp irq index in name by one
    https://git.kernel.org/netdev/net/c/9f7e8fbb91f8
  - [net,V2,04/12] net/mlx5: Properly link new fs rules into the tree
    https://git.kernel.org/netdev/net/c/7c6782ad4911
  - [net,V2,05/12] net/mlx5: Correctly compare pkt reformat ids
    https://git.kernel.org/netdev/net/c/9eca93f4d5ab
  - [net,V2,06/12] net/mlx5e: RSS, Block changing channels number when RXFH is configured
    https://git.kernel.org/netdev/net/c/ee3572409f74
  - [net,V2,07/12] net/mlx5e: Fix mlx5e_priv_init() cleanup flow
    https://git.kernel.org/netdev/net/c/ecb829459a84
  - [net,V2,08/12] net/mlx5e: HTB, Fix inconsistencies with QoS SQs number
    https://git.kernel.org/netdev/net/c/2f436f186977
  - [net,V2,09/12] net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit
    https://git.kernel.org/netdev/net/c/86b0ca5b118d
  - [net,V2,10/12] net/mlx5e: RSS, Block XOR hash with over 128 channels
    https://git.kernel.org/netdev/net/c/49e6c9387051
  - [net,V2,11/12] net/mlx5: Disallow SRIOV switchdev mode when in multi-PF netdev
    https://git.kernel.org/netdev/net/c/7772dc7460e8
  - [net,V2,12/12] net/mlx5: SD, Handle possible devcom ERR_PTR
    (no matching commit)

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



      parent reply	other threads:[~2024-04-11  3:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-09 19:08 [PATCH net V2 00/12] mlx5 misc fixes Tariq Toukan
2024-04-09 19:08 ` [PATCH net V2 01/12] net/mlx5: E-switch, store eswitch pointer before registering devlink_param Tariq Toukan
2024-04-09 19:08 ` [PATCH net V2 02/12] net/mlx5: Register devlink first under devlink lock Tariq Toukan
2024-04-09 19:08 ` [PATCH net V2 03/12] net/mlx5: offset comp irq index in name by one Tariq Toukan
2024-04-09 19:08 ` [PATCH net V2 04/12] net/mlx5: Properly link new fs rules into the tree Tariq Toukan
2024-04-09 19:08 ` [PATCH net V2 05/12] net/mlx5: Correctly compare pkt reformat ids Tariq Toukan
2024-04-09 19:08 ` [PATCH net V2 06/12] net/mlx5e: RSS, Block changing channels number when RXFH is configured Tariq Toukan
2024-04-09 19:08 ` [PATCH net V2 07/12] net/mlx5e: Fix mlx5e_priv_init() cleanup flow Tariq Toukan
2024-04-09 19:08 ` [PATCH net V2 08/12] net/mlx5e: HTB, Fix inconsistencies with QoS SQs number Tariq Toukan
2024-04-09 19:08 ` [PATCH net V2 09/12] net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit Tariq Toukan
2024-04-09 19:08 ` [PATCH net V2 10/12] net/mlx5e: RSS, Block XOR hash with over 128 channels Tariq Toukan
2024-04-09 19:08 ` [PATCH net V2 11/12] net/mlx5: Disallow SRIOV switchdev mode when in multi-PF netdev Tariq Toukan
2024-04-09 19:08 ` [PATCH net V2 12/12] net/mlx5: SD, Handle possible devcom ERR_PTR Tariq Toukan
2024-04-10 13:24   ` Dan Carpenter
2024-04-10 18:16     ` Tariq Toukan
2024-04-11  2:52       ` Jakub Kicinski
2024-04-11  3:00 ` patchwork-bot+netdevbpf [this message]

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=171280443226.1698.7858481474022694709.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gal@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=leonro@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=saeedm@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.