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, jianbol@nvidia.com
Subject: Re: [net-next 01/15] net/mlx5: Header file for crypto
Date: Wed, 01 Feb 2023 05:50:19 +0000 [thread overview]
Message-ID: <167523061973.13377.16820698331348375211.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230131031201.35336-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:
On Mon, 30 Jan 2023 19:11:47 -0800 you wrote:
> From: Tariq Toukan <tariqt@nvidia.com>
>
> Take crypto API out of the generic mlx5.h header into a dedicated
> header.
>
> Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
> Signed-off-by: Jianbo Liu <jianbol@nvidia.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
>
> [...]
Here is the summary with links:
- [net-next,01/15] net/mlx5: Header file for crypto
https://git.kernel.org/netdev/net-next/c/c673b6772abc
- [net-next,02/15] net/mlx5: Add IFC bits for general obj create param
https://git.kernel.org/netdev/net-next/c/4744c7ad2299
- [net-next,03/15] net/mlx5: Add IFC bits and enums for crypto key
https://git.kernel.org/netdev/net-next/c/9a0ed4f2bfe2
- [net-next,04/15] net/mlx5: Change key type to key purpose
https://git.kernel.org/netdev/net-next/c/60c8972d2ccc
- [net-next,05/15] net/mlx5: Prepare for fast crypto key update if hardware supports it
https://git.kernel.org/netdev/net-next/c/fe298bdf6f65
- [net-next,06/15] net/mlx5: Add const to the key pointer of encryption key creation
https://git.kernel.org/netdev/net-next/c/55f0d6d20061
- [net-next,07/15] net/mlx5: Refactor the encryption key creation
https://git.kernel.org/netdev/net-next/c/942192541675
- [net-next,08/15] net/mlx5: Add new APIs for fast update encryption key
https://git.kernel.org/netdev/net-next/c/204369e718e9
- [net-next,09/15] net/mlx5: Add support SYNC_CRYPTO command
https://git.kernel.org/netdev/net-next/c/7a5b72c2a8e4
- [net-next,10/15] net/mlx5: Add bulk allocation and modify_dek operation
https://git.kernel.org/netdev/net-next/c/4d570c7117dd
- [net-next,11/15] net/mlx5: Use bulk allocation for fast update encryption key
https://git.kernel.org/netdev/net-next/c/c6e7d8171045
- [net-next,12/15] net/mlx5: Reuse DEKs after executing SYNC_CRYPTO command
https://git.kernel.org/netdev/net-next/c/709f07fe1a59
- [net-next,13/15] net/mlx5: Add async garbage collector for DEK bulk
https://git.kernel.org/netdev/net-next/c/12a9e1b73db0
- [net-next,14/15] net/mlx5: Keep only one bulk of full available DEKs
https://git.kernel.org/netdev/net-next/c/8a6fa6df61ff
- [net-next,15/15] net/mlx5e: kTLS, Improve connection rate by using fast update encryption key
https://git.kernel.org/netdev/net-next/c/f741db1a5171
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:[~2023-02-01 5:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-31 3:11 [pull request][net-next 00/15] mlx5 updates 2023-01-30 Saeed Mahameed
2023-01-31 3:11 ` [net-next 01/15] net/mlx5: Header file for crypto Saeed Mahameed
2023-02-01 5:50 ` patchwork-bot+netdevbpf [this message]
2023-01-31 3:11 ` [net-next 02/15] net/mlx5: Add IFC bits for general obj create param Saeed Mahameed
2023-01-31 3:11 ` [net-next 03/15] net/mlx5: Add IFC bits and enums for crypto key Saeed Mahameed
2023-01-31 3:11 ` [net-next 04/15] net/mlx5: Change key type to key purpose Saeed Mahameed
2023-01-31 3:11 ` [net-next 05/15] net/mlx5: Prepare for fast crypto key update if hardware supports it Saeed Mahameed
2023-01-31 3:11 ` [net-next 06/15] net/mlx5: Add const to the key pointer of encryption key creation Saeed Mahameed
2023-01-31 3:11 ` [net-next 07/15] net/mlx5: Refactor the " Saeed Mahameed
2023-01-31 3:11 ` [net-next 08/15] net/mlx5: Add new APIs for fast update encryption key Saeed Mahameed
2023-01-31 3:11 ` [net-next 09/15] net/mlx5: Add support SYNC_CRYPTO command Saeed Mahameed
2023-01-31 3:11 ` [net-next 10/15] net/mlx5: Add bulk allocation and modify_dek operation Saeed Mahameed
2023-01-31 3:11 ` [net-next 11/15] net/mlx5: Use bulk allocation for fast update encryption key Saeed Mahameed
2023-01-31 3:11 ` [net-next 12/15] net/mlx5: Reuse DEKs after executing SYNC_CRYPTO command Saeed Mahameed
2023-01-31 3:11 ` [net-next 13/15] net/mlx5: Add async garbage collector for DEK bulk Saeed Mahameed
2023-01-31 3:12 ` [net-next 14/15] net/mlx5: Keep only one bulk of full available DEKs Saeed Mahameed
2023-01-31 3:12 ` [net-next 15/15] net/mlx5e: kTLS, Improve connection rate by using fast update encryption key 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=167523061973.13377.16820698331348375211.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jianbol@nvidia.com \
--cc=kuba@kernel.org \
--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).