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, gal@nvidia.com, leonro@nvidia.com
Subject: Re: [net-next V6 01/15] net/mlx5: Add MPIR bit in mcam_access_reg
Date: Sat, 09 Mar 2024 05:30:33 +0000 [thread overview]
Message-ID: <170996223310.25117.5050920370409521746.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240307084229.500776-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Saeed Mahameed <saeedm@nvidia.com>:
On Thu, 7 Mar 2024 00:42:15 -0800 you wrote:
> From: Tariq Toukan <tariqt@nvidia.com>
>
> Add a cap bit in mcam_access_reg to check for MPIR support.
>
> Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
> Reviewed-by: Gal Pressman <gal@nvidia.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
>
> [...]
Here is the summary with links:
- [net-next,V6,01/15] net/mlx5: Add MPIR bit in mcam_access_reg
https://git.kernel.org/netdev/net-next/c/a0873a5d5425
- [net-next,V6,02/15] net/mlx5: SD, Introduce SD lib
https://git.kernel.org/netdev/net-next/c/75a543962ecb
- [net-next,V6,03/15] net/mlx5: SD, Implement basic query and instantiation
https://git.kernel.org/netdev/net-next/c/678eb448055a
- [net-next,V6,04/15] net/mlx5: SD, Implement devcom communication and primary election
https://git.kernel.org/netdev/net-next/c/d3d057666090
- [net-next,V6,05/15] net/mlx5: SD, Implement steering for primary and secondaries
https://git.kernel.org/netdev/net-next/c/f218179b78f5
- [net-next,V6,06/15] net/mlx5: SD, Add informative prints in kernel log
https://git.kernel.org/netdev/net-next/c/ae40550e3a8a
- [net-next,V6,07/15] net/mlx5: SD, Add debugfs
https://git.kernel.org/netdev/net-next/c/4375130bf527
- [net-next,V6,08/15] net/mlx5e: Create single netdev per SD group
https://git.kernel.org/netdev/net-next/c/381978d28317
- [net-next,V6,09/15] net/mlx5e: Create EN core HW resources for all secondary devices
https://git.kernel.org/netdev/net-next/c/846122b126f8
- [net-next,V6,10/15] net/mlx5e: Let channels be SD-aware
https://git.kernel.org/netdev/net-next/c/67936e138586
- [net-next,V6,11/15] net/mlx5e: Support cross-vhca RSS
https://git.kernel.org/netdev/net-next/c/40e6ad9182b4
- [net-next,V6,12/15] net/mlx5e: Support per-mdev queue counter
https://git.kernel.org/netdev/net-next/c/7f525acbccdf
- [net-next,V6,13/15] net/mlx5e: Block TLS device offload on combined SD netdev
https://git.kernel.org/netdev/net-next/c/d1a8b2c3e434
- [net-next,V6,14/15] net/mlx5: Enable SD feature
https://git.kernel.org/netdev/net-next/c/ed29705e4ed1
- [net-next,V6,15/15] Documentation: networking: Add description for multi-pf netdev
https://git.kernel.org/netdev/net-next/c/77d9ec3f6c8c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2024-03-09 5:30 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-07 8:42 [pull request][net-next V6 00/15] mlx5 socket direct (Multi-PF) Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 01/15] net/mlx5: Add MPIR bit in mcam_access_reg Saeed Mahameed
2024-03-09 5:30 ` patchwork-bot+netdevbpf [this message]
2024-03-07 8:42 ` [net-next V6 02/15] net/mlx5: SD, Introduce SD lib Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 03/15] net/mlx5: SD, Implement basic query and instantiation Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 04/15] net/mlx5: SD, Implement devcom communication and primary election Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 05/15] net/mlx5: SD, Implement steering for primary and secondaries Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 06/15] net/mlx5: SD, Add informative prints in kernel log Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 07/15] net/mlx5: SD, Add debugfs Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 08/15] net/mlx5e: Create single netdev per SD group Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 09/15] net/mlx5e: Create EN core HW resources for all secondary devices Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 10/15] net/mlx5e: Let channels be SD-aware Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 11/15] net/mlx5e: Support cross-vhca RSS Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 12/15] net/mlx5e: Support per-mdev queue counter Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 13/15] net/mlx5e: Block TLS device offload on combined SD netdev Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 14/15] net/mlx5: Enable SD feature Saeed Mahameed
2024-03-07 8:42 ` [net-next V6 15/15] Documentation: networking: Add description for multi-pf netdev 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=170996223310.25117.5050920370409521746.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gal@nvidia.com \
--cc=kuba@kernel.org \
--cc=leonro@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.