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, pabeni@redhat.com,
	edumazet@google.com, saeedm@nvidia.com, netdev@vger.kernel.org,
	tariqt@nvidia.com, msanalla@nvidia.com, moshe@nvidia.com
Subject: Re: [net-next 01/15] net/mlx5: Expose shared buffer registers bits and structs
Date: Wed, 11 Jan 2023 09:10:18 +0000	[thread overview]
Message-ID: <167342821880.24876.17700227284052199682.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230111053045.413133-2-saeed@kernel.org>

Hello:

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

On Tue, 10 Jan 2023 21:30:31 -0800 you wrote:
> From: Maher Sanalla <msanalla@nvidia.com>
> 
> Add the shared receive buffer management and configuration registers:
> 1. SBPR - Shared Buffer Pools Register
> 2. SBCM - Shared Buffer Class Management Register
> 
> Signed-off-by: Maher Sanalla <msanalla@nvidia.com>
> Reviewed-by: Moshe Shemesh <moshe@nvidia.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] net/mlx5: Expose shared buffer registers bits and structs
    https://git.kernel.org/netdev/net-next/c/8d231dbc3b10
  - [net-next,02/15] net/mlx5e: Add API to query/modify SBPR and SBCM registers
    https://git.kernel.org/netdev/net-next/c/11f0996d5c60
  - [net-next,03/15] net/mlx5e: Update shared buffer along with device buffer changes
    https://git.kernel.org/netdev/net-next/c/a440030d8946
  - [net-next,04/15] net/mlx5e: Add Ethernet driver debugfs
    https://git.kernel.org/netdev/net-next/c/288eca60cc31
  - [net-next,05/15] net/mlx5e: kTLS, Add debugfs
    https://git.kernel.org/netdev/net-next/c/0fedee1ae9ef
  - [net-next,06/15] net/mlx5e: Add hairpin params structure
    https://git.kernel.org/netdev/net-next/c/1a8034720f38
  - [net-next,07/15] net/mlx5e: Add flow steering debugfs directory
    https://git.kernel.org/netdev/net-next/c/3a3da78dd258
  - [net-next,08/15] net/mlx5e: Add hairpin debugfs files
    https://git.kernel.org/netdev/net-next/c/0e414518d6d8
  - [net-next,09/15] net/mlx5: Enable management PF initialization
    https://git.kernel.org/netdev/net-next/c/fe998a3c77b9
  - [net-next,10/15] net/mlx5: Introduce and use opcode getter in command interface
    https://git.kernel.org/netdev/net-next/c/7cb5eb937231
  - [net-next,11/15] net/mlx5: Prevent high-rate FW commands from populating all slots
    https://git.kernel.org/netdev/net-next/c/63fbae0a74c3
  - [net-next,12/15] net/mlx5e: Replace zero-length array with flexible-array member
    https://git.kernel.org/netdev/net-next/c/7193b436b56e
  - [net-next,13/15] net/mlx5e: Replace 0-length array with flexible array
    https://git.kernel.org/netdev/net-next/c/7bd1099c7ede
  - [net-next,14/15] net/mlx5: remove redundant ret variable
    https://git.kernel.org/netdev/net-next/c/4238654ce166
  - [net-next,15/15] net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create()
    https://git.kernel.org/netdev/net-next/c/96c31b5b2cae

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



  reply	other threads:[~2023-01-11  9:15 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-11  5:30 [pull request][net-next 00/15] mlx5 updates 2023-01-10 Saeed Mahameed
2023-01-11  5:30 ` [net-next 01/15] net/mlx5: Expose shared buffer registers bits and structs Saeed Mahameed
2023-01-11  9:10   ` patchwork-bot+netdevbpf [this message]
2023-01-11  5:30 ` [net-next 02/15] net/mlx5e: Add API to query/modify SBPR and SBCM registers Saeed Mahameed
2023-01-11  5:30 ` [net-next 03/15] net/mlx5e: Update shared buffer along with device buffer changes Saeed Mahameed
2023-01-11  5:30 ` [net-next 04/15] net/mlx5e: Add Ethernet driver debugfs Saeed Mahameed
2023-01-11  5:30 ` [net-next 05/15] net/mlx5e: kTLS, Add debugfs Saeed Mahameed
2023-01-11 18:32   ` Jakub Kicinski
2023-01-11 20:20     ` Saeed Mahameed
2023-01-11 20:52       ` Jakub Kicinski
2023-01-11  5:30 ` [net-next 06/15] net/mlx5e: Add hairpin params structure Saeed Mahameed
2023-01-11  5:30 ` [net-next 07/15] net/mlx5e: Add flow steering debugfs directory Saeed Mahameed
2023-01-11  5:30 ` [net-next 08/15] net/mlx5e: Add hairpin debugfs files Saeed Mahameed
2023-01-11 18:34   ` Jakub Kicinski
2023-01-11 20:46     ` Saeed Mahameed
2023-01-11 21:03       ` Jakub Kicinski
2023-01-11 23:01         ` Saeed Mahameed
2023-01-12  3:46           ` Jakub Kicinski
2023-01-12  9:17             ` Gal Pressman
2023-01-12 22:20               ` Jakub Kicinski
2023-01-15 10:04                 ` Gal Pressman
2023-01-17 18:48                   ` Jakub Kicinski
2023-01-11  5:30 ` [net-next 09/15] net/mlx5: Enable management PF initialization Saeed Mahameed
2023-01-11  5:30 ` [net-next 10/15] net/mlx5: Introduce and use opcode getter in command interface Saeed Mahameed
2023-01-11  5:30 ` [net-next 11/15] net/mlx5: Prevent high-rate FW commands from populating all slots Saeed Mahameed
2023-01-11  5:30 ` [net-next 12/15] net/mlx5e: Replace zero-length array with flexible-array member Saeed Mahameed
2023-01-11  5:30 ` [net-next 13/15] net/mlx5e: Replace 0-length array with flexible array Saeed Mahameed
2023-01-11  5:30 ` [net-next 14/15] net/mlx5: remove redundant ret variable Saeed Mahameed
2023-01-11  5:30 ` [net-next 15/15] net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create() 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=167342821880.24876.17700227284052199682.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=moshe@nvidia.com \
    --cc=msanalla@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --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).