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,
	shayd@nvidia.com, moshe@nvidia.com, jiri@nvidia.com,
	saeedm@nvidia.com
Subject: Re: [net-next v0 01/14] devlink: Add new "io_eq_size" generic device param
Date: Thu, 23 Dec 2021 01:30:13 +0000	[thread overview]
Message-ID: <164022301389.9224.3690440369480515941.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211222031604.14540-2-saeed@kernel.org>

Hello:

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

On Tue, 21 Dec 2021 19:15:51 -0800 you wrote:
> From: Shay Drory <shayd@nvidia.com>
> 
> Add new device generic parameter to determine the size of the
> I/O completion EQs.
> 
> For example, to reduce I/O EQ size to 64, execute:
> $ devlink dev param set pci/0000:06:00.0 \
>               name io_eq_size value 64 cmode driverinit
> $ devlink dev reload pci/0000:06:00.0
> 
> [...]

Here is the summary with links:
  - [net-next,v0,01/14] devlink: Add new "io_eq_size" generic device param
    https://git.kernel.org/netdev/net-next/c/47402385d0b1
  - [net-next,v0,02/14] net/mlx5: Let user configure io_eq_size param
    https://git.kernel.org/netdev/net-next/c/0844fa5f7b89
  - [net-next,v0,03/14] devlink: Add new "event_eq_size" generic device param
    https://git.kernel.org/netdev/net-next/c/0b5705ebc355
  - [net-next,v0,04/14] net/mlx5: Let user configure event_eq_size param
    https://git.kernel.org/netdev/net-next/c/57ca767820ad
  - [net-next,v0,05/14] devlink: Clarifies max_macs generic devlink param
    https://git.kernel.org/netdev/net-next/c/0ad598d0be22
  - [net-next,v0,06/14] net/mlx5: Let user configure max_macs generic param
    https://git.kernel.org/netdev/net-next/c/8680a60fc1fc
  - [net-next,v0,07/14] net/mlx5: Remove the repeated declaration
    https://git.kernel.org/netdev/net-next/c/08ab0ff47bf7
  - [net-next,v0,08/14] net/mlx5e: Use bitmap field for profile features
    https://git.kernel.org/netdev/net-next/c/6c72cb05d4b8
  - [net-next,v0,09/14] net/mlx5e: Add profile indications for PTP and QOS HTB features
    https://git.kernel.org/netdev/net-next/c/1958c2bddfa2
  - [net-next,v0,10/14] net/mlx5e: Save memory by using dynamic allocation in netdev priv
    https://git.kernel.org/netdev/net-next/c/0246a57ab517
  - [net-next,v0,11/14] net/mlx5e: Allow profile-specific limitation on max num of channels
    https://git.kernel.org/netdev/net-next/c/473baf2e9e8c
  - [net-next,v0,12/14] net/mlx5e: Use dynamic per-channel allocations in stats
    https://git.kernel.org/netdev/net-next/c/be98737a4faa
  - [net-next,v0,13/14] net/mlx5e: Allocate per-channel stats dynamically at first usage
    https://git.kernel.org/netdev/net-next/c/fa691d0c9c08
  - [net-next,v0,14/14] net/mlx5e: Take packet_merge params directly from the RX res struct
    https://git.kernel.org/netdev/net-next/c/1f08917ab929

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



  reply	other threads:[~2021-12-23  1:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-22  3:15 [pull request][net-next v0 00/14] mlx5 updates 2021-12-21 Saeed Mahameed
2021-12-22  3:15 ` [net-next v0 01/14] devlink: Add new "io_eq_size" generic device param Saeed Mahameed
2021-12-23  1:30   ` patchwork-bot+netdevbpf [this message]
2021-12-22  3:15 ` [net-next v0 02/14] net/mlx5: Let user configure io_eq_size param Saeed Mahameed
2021-12-22  3:15 ` [net-next v0 03/14] devlink: Add new "event_eq_size" generic device param Saeed Mahameed
2021-12-22  3:15 ` [net-next v0 04/14] net/mlx5: Let user configure event_eq_size param Saeed Mahameed
2021-12-22  3:15 ` [net-next v0 05/14] devlink: Clarifies max_macs generic devlink param Saeed Mahameed
2021-12-22  3:15 ` [net-next v0 06/14] net/mlx5: Let user configure max_macs generic param Saeed Mahameed
2021-12-22  3:15 ` [net-next v0 07/14] net/mlx5: Remove the repeated declaration Saeed Mahameed
2021-12-22  3:15 ` [net-next v0 08/14] net/mlx5e: Use bitmap field for profile features Saeed Mahameed
2021-12-22  3:15 ` [net-next v0 09/14] net/mlx5e: Add profile indications for PTP and QOS HTB features Saeed Mahameed
2021-12-22  3:16 ` [net-next v0 10/14] net/mlx5e: Save memory by using dynamic allocation in netdev priv Saeed Mahameed
2021-12-22  3:16 ` [net-next v0 11/14] net/mlx5e: Allow profile-specific limitation on max num of channels Saeed Mahameed
2021-12-22  3:16 ` [net-next v0 12/14] net/mlx5e: Use dynamic per-channel allocations in stats Saeed Mahameed
2021-12-22  3:16 ` [net-next v0 13/14] net/mlx5e: Allocate per-channel stats dynamically at first usage Saeed Mahameed
2021-12-22  3:16 ` [net-next v0 14/14] net/mlx5e: Take packet_merge params directly from the RX res struct 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=164022301389.9224.3690440369480515941.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=jiri@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=moshe@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=saeed@kernel.org \
    --cc=saeedm@nvidia.com \
    --cc=shayd@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).