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, jiri@nvidia•com, shayd@nvidia•com
Subject: Re: [net-next 01/15] net/mlx5: Call mlx5_sf_id_erase() once in mlx5_sf_dealloc()
Date: Thu, 28 Sep 2023 13:50:26 +0000	[thread overview]
Message-ID: <169590902607.28614.2700544642191541684.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230920063552.296978-2-saeed@kernel.org>

Hello:

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

On Tue, 19 Sep 2023 23:35:38 -0700 you wrote:
> From: Jiri Pirko <jiri@nvidia•com>
> 
> Before every call of mlx5_sf_dealloc(), there is a call to
> mlx5_sf_id_erase(). So move it to the beginning of mlx5_sf_dealloc().
> Also remove redundant mlx5_sf_id_erase() call from mlx5_sf_free()
> as it is called only from mlx5_sf_dealloc().
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] net/mlx5: Call mlx5_sf_id_erase() once in mlx5_sf_dealloc()
    https://git.kernel.org/netdev/net-next/c/2597ee190b4e
  - [net-next,02/15] net/mlx5: Use devlink port pointer to get the pointer of container SF struct
    https://git.kernel.org/netdev/net-next/c/9caeb1475c3e
  - [net-next,03/15] net/mlx5: Convert SF port_indices xarray to function_ids xarray
    https://git.kernel.org/netdev/net-next/c/2284a4836251
  - [net-next,04/15] net/mlx5: Move state lock taking into mlx5_sf_dealloc()
    https://git.kernel.org/netdev/net-next/c/9497036dfbb8
  - [net-next,05/15] net/mlx5: Rename mlx5_sf_deactivate_all() to mlx5_sf_del_all()
    https://git.kernel.org/netdev/net-next/c/a65362f2be8d
  - [net-next,06/15] net/mlx5: Push common deletion code into mlx5_sf_del()
    https://git.kernel.org/netdev/net-next/c/a3cc822beacc
  - [net-next,07/15] net/mlx5: Remove SF table reference counting
    https://git.kernel.org/netdev/net-next/c/2fe6545ef541
  - [net-next,08/15] net/mlx5: Remove redundant max_sfs check and field from struct mlx5_sf_dev_table
    https://git.kernel.org/netdev/net-next/c/7c35cd836f21
  - [net-next,09/15] net/mlx5e: Consider aggregated port speed during rate configuration
    https://git.kernel.org/netdev/net-next/c/8d88e198dcaf
  - [net-next,10/15] net/mlx5e: Check police action rate for matchall filter
    https://git.kernel.org/netdev/net-next/c/4291ab7112ea
  - [net-next,11/15] net/mlx5: Bridge, Enable mcast in smfs steering mode
    https://git.kernel.org/netdev/net-next/c/653b7eb9d744
  - [net-next,12/15] net/mlx5: DR, Add check for multi destination FTE
    https://git.kernel.org/netdev/net-next/c/f6f46e7173cb
  - [net-next,13/15] net/mlx5: DR, Handle multi destination action in the right order
    https://git.kernel.org/netdev/net-next/c/3b81bcbaee28
  - [net-next,14/15] net/mlx5: Add a health error syndrome for pci data poisoned
    https://git.kernel.org/netdev/net-next/c/e0cc92fd945a
  - [net-next,15/15] net/mlx5: Enable 4 ports multiport E-switch
    https://git.kernel.org/netdev/net-next/c/e738e3550452

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



  reply	other threads:[~2023-09-28 13:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-20  6:35 [pull request][net-next 00/15] mlx5 updates 2023-09-19 Saeed Mahameed
2023-09-20  6:35 ` [net-next 01/15] net/mlx5: Call mlx5_sf_id_erase() once in mlx5_sf_dealloc() Saeed Mahameed
2023-09-28 13:50   ` patchwork-bot+netdevbpf [this message]
2023-09-20  6:35 ` [net-next 02/15] net/mlx5: Use devlink port pointer to get the pointer of container SF struct Saeed Mahameed
2023-09-20  6:35 ` [net-next 03/15] net/mlx5: Convert SF port_indices xarray to function_ids xarray Saeed Mahameed
2023-09-20  6:35 ` [net-next 04/15] net/mlx5: Move state lock taking into mlx5_sf_dealloc() Saeed Mahameed
2023-09-20  6:35 ` [net-next 05/15] net/mlx5: Rename mlx5_sf_deactivate_all() to mlx5_sf_del_all() Saeed Mahameed
2023-09-20  6:35 ` [net-next 06/15] net/mlx5: Push common deletion code into mlx5_sf_del() Saeed Mahameed
2023-09-20  6:35 ` [net-next 07/15] net/mlx5: Remove SF table reference counting Saeed Mahameed
2023-09-20  6:35 ` [net-next 08/15] net/mlx5: Remove redundant max_sfs check and field from struct mlx5_sf_dev_table Saeed Mahameed
2023-09-20  6:35 ` [net-next 09/15] net/mlx5e: Consider aggregated port speed during rate configuration Saeed Mahameed
2023-09-20  6:35 ` [net-next 10/15] net/mlx5e: Check police action rate for matchall filter Saeed Mahameed
2023-09-20  6:35 ` [net-next 11/15] net/mlx5: Bridge, Enable mcast in smfs steering mode Saeed Mahameed
2023-09-20  6:35 ` [net-next 12/15] net/mlx5: DR, Add check for multi destination FTE Saeed Mahameed
2023-09-20  6:35 ` [net-next 13/15] net/mlx5: DR, Handle multi destination action in the right order Saeed Mahameed
2023-09-20  6:35 ` [net-next 14/15] net/mlx5: Add a health error syndrome for pci data poisoned Saeed Mahameed
2023-09-20  6:35 ` [net-next 15/15] net/mlx5: Enable 4 ports multiport E-switch 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=169590902607.28614.2700544642191541684.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=jiri@nvidia$(echo .)com \
    --cc=kuba@kernel$(echo .)org \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    --cc=saeed@kernel$(echo .)org \
    --cc=saeedm@nvidia$(echo .)com \
    --cc=shayd@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