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,
	maximmi@nvidia.com, tariqt@nvidia.com, saeedm@nvidia.com
Subject: Re: [net-next 01/16] net/mlx5e: Use a new initializer to build uniform indir table
Date: Tue, 03 Aug 2021 10:30:08 +0000	[thread overview]
Message-ID: <162798660833.25993.7472655445790478959.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210803022853.106973-2-saeed@kernel.org>

Hello:

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

On Mon,  2 Aug 2021 19:28:38 -0700 you wrote:
> From: Maxim Mikityanskiy <maximmi@nvidia.com>
> 
> Replace mlx5e_build_default_indir_rqt with a new initializer of struct
> mlx5e_rss_params_indir that works directly with the struct, rather than
> its internals.
> 
> The new initializer is called mlx5e_rss_params_indir_init_uniform, which
> also reflects the purpose (uniform spreading) better.
> 
> [...]

Here is the summary with links:
  - [net-next,01/16] net/mlx5e: Use a new initializer to build uniform indir table
    https://git.kernel.org/netdev/net-next/c/43befe99bc62
  - [net-next,02/16] net/mlx5e: Introduce mlx5e_channels API to get RQNs
    https://git.kernel.org/netdev/net-next/c/e6e01b5fdc28
  - [net-next,03/16] net/mlx5e: Hide all implementation details of mlx5e_rx_res
    https://git.kernel.org/netdev/net-next/c/43ec0f41fa73
  - [net-next,04/16] net/mlx5e: Allocate the array of channels according to the real max_nch
    https://git.kernel.org/netdev/net-next/c/3ac90dec3a01
  - [net-next,05/16] net/mlx5e: Rename traffic type enums
    https://git.kernel.org/netdev/net-next/c/d443c6f684d3
  - [net-next,06/16] net/mlx5e: Rename some related TTC args and functions
    https://git.kernel.org/netdev/net-next/c/5fba089e960c
  - [net-next,07/16] net/mlx5e: Decouple TTC logic from mlx5e
    https://git.kernel.org/netdev/net-next/c/bc29764ed9a2
  - [net-next,08/16] net/mlx5: Move TTC logic to fs_ttc
    https://git.kernel.org/netdev/net-next/c/371cf74e78f3
  - [net-next,09/16] net/mlx5: Embed mlx5_ttc_table
    https://git.kernel.org/netdev/net-next/c/f4b45940e9b9
  - [net-next,10/16] net/mlx5e: Remove redundant tc act includes
    https://git.kernel.org/netdev/net-next/c/696ceeb203c7
  - [net-next,11/16] net/mlx5e: Remove redundant filter_dev arg from parse_tc_fdb_actions()
    https://git.kernel.org/netdev/net-next/c/70f8019e7b56
  - [net-next,12/16] net/mlx5e: Remove redundant cap check for flow counter
    https://git.kernel.org/netdev/net-next/c/950b4df9fba9
  - [net-next,13/16] net/mlx5e: Remove redundant parse_attr arg
    https://git.kernel.org/netdev/net-next/c/c6cfe1137f88
  - [net-next,14/16] net/mlx5e: Remove redundant assignment of counter to null
    https://git.kernel.org/netdev/net-next/c/97a8d29ae9d2
  - [net-next,15/16] net/mlx5e: Return -EOPNOTSUPP if more relevant when parsing tc actions
    https://git.kernel.org/netdev/net-next/c/25f150f4bbe9
  - [net-next,16/16] net/mlx5: Fix missing return value in mlx5_devlink_eswitch_inline_mode_set()
    https://git.kernel.org/netdev/net-next/c/bcd68c04c769

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



  reply	other threads:[~2021-08-03 10:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-03  2:28 [pull request][net-next 00/16] mlx5 updates 2021-08-02 Saeed Mahameed
2021-08-03  2:28 ` [net-next 01/16] net/mlx5e: Use a new initializer to build uniform indir table Saeed Mahameed
2021-08-03 10:30   ` patchwork-bot+netdevbpf [this message]
2021-08-03  2:28 ` [net-next 02/16] net/mlx5e: Introduce mlx5e_channels API to get RQNs Saeed Mahameed
2021-08-03  2:28 ` [net-next 03/16] net/mlx5e: Hide all implementation details of mlx5e_rx_res Saeed Mahameed
2021-08-03  2:28 ` [net-next 04/16] net/mlx5e: Allocate the array of channels according to the real max_nch Saeed Mahameed
2021-08-03  2:28 ` [net-next 05/16] net/mlx5e: Rename traffic type enums Saeed Mahameed
2021-08-03  2:28 ` [net-next 06/16] net/mlx5e: Rename some related TTC args and functions Saeed Mahameed
2021-08-03  2:28 ` [net-next 07/16] net/mlx5e: Decouple TTC logic from mlx5e Saeed Mahameed
2021-08-03  2:28 ` [net-next 08/16] net/mlx5: Move TTC logic to fs_ttc Saeed Mahameed
2021-08-03  2:28 ` [net-next 09/16] net/mlx5: Embed mlx5_ttc_table Saeed Mahameed
2021-08-03  2:28 ` [net-next 10/16] net/mlx5e: Remove redundant tc act includes Saeed Mahameed
2021-08-03  2:28 ` [net-next 11/16] net/mlx5e: Remove redundant filter_dev arg from parse_tc_fdb_actions() Saeed Mahameed
2021-08-03  2:28 ` [net-next 12/16] net/mlx5e: Remove redundant cap check for flow counter Saeed Mahameed
2021-08-03  2:28 ` [net-next 13/16] net/mlx5e: Remove redundant parse_attr arg Saeed Mahameed
2021-08-03  2:28 ` [net-next 14/16] net/mlx5e: Remove redundant assignment of counter to null Saeed Mahameed
2021-08-03  2:28 ` [net-next 15/16] net/mlx5e: Return -EOPNOTSUPP if more relevant when parsing tc actions Saeed Mahameed
2021-08-03  2:28 ` [net-next 16/16] net/mlx5: Fix missing return value in mlx5_devlink_eswitch_inline_mode_set() 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=162798660833.25993.7472655445790478959.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=maximmi@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).