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, netdev@vger.kernel.org,
	tariqt@nvidia.com, leonro@nvidia.com, maorg@nvidia.com,
	mbloch@nvidia.com, saeedm@nvidia.com
Subject: Re: [net 01/16] {net, RDMA}/mlx5: Fix override of log_max_qp by other device
Date: Wed, 19 May 2021 19:30:11 +0000	[thread overview]
Message-ID: <162145261197.25646.13415311906442925284.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210519060523.17875-2-saeed@kernel.org>

Hello:

This series was applied to netdev/net.git (refs/heads/master):

On Tue, 18 May 2021 23:05:08 -0700 you wrote:
> From: Maor Gottlieb <maorg@nvidia.com>
> 
> mlx5_core_dev holds pointer to static profile, hence when the
> log_max_qp of the profile is override by some device, then it
> effect all other mlx5 devices that share the same profile.
> Fix it by having a profile instance for every mlx5 device.
> 
> [...]

Here is the summary with links:
  - [net,01/16] {net, RDMA}/mlx5: Fix override of log_max_qp by other device
    https://git.kernel.org/netdev/net/c/3410fbcd47dc
  - [net,02/16] net/mlx5e: Fix nullptr in add_vlan_push_action()
    https://git.kernel.org/netdev/net/c/dca59f4a7919
  - [net,03/16] net/mlx5: Set reformat action when needed for termination rules
    https://git.kernel.org/netdev/net/c/442b3d7b671b
  - [net,04/16] net/mlx5: Fix err prints and return when creating termination table
    https://git.kernel.org/netdev/net/c/fca086617af8
  - [net,05/16] net/mlx5: SF, Fix show state inactive when its inactivated
    https://git.kernel.org/netdev/net/c/82041634d96e
  - [net,06/16] net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow()
    https://git.kernel.org/netdev/net/c/fe7738eb3ca3
  - [net,07/16] net/mlx5e: Fix null deref accessing lag dev
    https://git.kernel.org/netdev/net/c/83026d83186b
  - [net,08/16] net/mlx5e: Make sure fib dev exists in fib event
    https://git.kernel.org/netdev/net/c/eb96cc15926f
  - [net,09/16] net/mlx5e: reset XPS on error flow if netdev isn't registered yet
    https://git.kernel.org/netdev/net/c/77ecd10d0a8a
  - [net,10/16] net/mlx5e: Fix multipath lag activation
    https://git.kernel.org/netdev/net/c/97817fcc684e
  - [net,11/16] net/mlx5e: Reject mirroring on source port change encap rules
    https://git.kernel.org/netdev/net/c/7d1a3d08c8a6
  - [net,12/16] net/mlx5e: Fix error path of updating netdev queues
    https://git.kernel.org/netdev/net/c/5e7923acbd86
  - [net,13/16] {net,vdpa}/mlx5: Configure interface MAC into mpfs L2 table
    https://git.kernel.org/netdev/net/c/7c9f131f366a
  - [net,14/16] net/mlx5: Don't overwrite HCA capabilities when setting MSI-X count
    https://git.kernel.org/netdev/net/c/75e8564e919f
  - [net,15/16] net/mlx5: Set term table as an unmanaged flow table
    https://git.kernel.org/netdev/net/c/6ff51ab8aa8f
  - [net,16/16] mlx5e: add add missing BH locking around napi_schdule()
    https://git.kernel.org/netdev/net/c/e63052a5dd3c

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



  reply	other threads:[~2021-05-19 19:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19  6:05 [pull request][net 00/16] mlx5 fixes 2021-05-18 Saeed Mahameed
2021-05-19  6:05 ` [net 01/16] {net, RDMA}/mlx5: Fix override of log_max_qp by other device Saeed Mahameed
2021-05-19 19:30   ` patchwork-bot+netdevbpf [this message]
2021-05-19  6:05 ` [net 02/16] net/mlx5e: Fix nullptr in add_vlan_push_action() Saeed Mahameed
2021-05-19  6:05 ` [net 03/16] net/mlx5: Set reformat action when needed for termination rules Saeed Mahameed
2021-05-19  6:05 ` [net 04/16] net/mlx5: Fix err prints and return when creating termination table Saeed Mahameed
2021-05-19  6:05 ` [net 05/16] net/mlx5: SF, Fix show state inactive when its inactivated Saeed Mahameed
2021-05-19  6:05 ` [net 06/16] net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow() Saeed Mahameed
2021-05-19  6:05 ` [net 07/16] net/mlx5e: Fix null deref accessing lag dev Saeed Mahameed
2021-05-19  6:05 ` [net 08/16] net/mlx5e: Make sure fib dev exists in fib event Saeed Mahameed
2021-05-19  6:05 ` [net 09/16] net/mlx5e: reset XPS on error flow if netdev isn't registered yet Saeed Mahameed
2021-05-19  6:05 ` [net 10/16] net/mlx5e: Fix multipath lag activation Saeed Mahameed
2021-05-19  6:05 ` [net 11/16] net/mlx5e: Reject mirroring on source port change encap rules Saeed Mahameed
2021-05-19  6:05 ` [net 12/16] net/mlx5e: Fix error path of updating netdev queues Saeed Mahameed
2021-05-19  6:05 ` [net 13/16] {net,vdpa}/mlx5: Configure interface MAC into mpfs L2 table Saeed Mahameed
2021-05-19  6:05 ` [net 14/16] net/mlx5: Don't overwrite HCA capabilities when setting MSI-X count Saeed Mahameed
2021-05-19  6:05 ` [net 15/16] net/mlx5: Set term table as an unmanaged flow table Saeed Mahameed
2021-05-19  6:05 ` [net 16/16] mlx5e: add add missing BH locking around napi_schdule() 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=162145261197.25646.13415311906442925284.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=leonro@nvidia.com \
    --cc=maorg@nvidia.com \
    --cc=mbloch@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=saeed@kernel.org \
    --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 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).