mbox series

[net-next,v2,0/4] Support 256 bit TLS keys with device offload

Message ID 20220920130150.3546-1-gal@nvidia.com (mailing list archive)
Headers show
Series Support 256 bit TLS keys with device offload | expand

Message

Gal Pressman Sept. 20, 2022, 1:01 p.m. UTC
Hey,
This series adds support for 256 bit TLS keys with device offload, and a
cleanup patch to remove repeating code:
- Patches #1-2 add cipher sizes descriptors which allow reducing the
  amount of code duplications.
- Patch #3 allows 256 bit keys to be TX offloaded in the tls module (RX
  already supported).
- Patch #4 adds 256 bit keys support to the mlx5 driver.

Changelog -
v1->v2: https://lore.kernel.org/all/20220914090520.4170-1-gal@nvidia.com/
* Add a missing '=' in initializer
* Add missing unlocks in resync_handle_seq_match()

Thanks,
Gal

Gal Pressman (3):
  net/tls: Use cipher sizes structs
  net/tls: Support 256 bit keys with TX device offload
  net/mlx5e: Support 256 bit keys with kTLS device offload

Tariq Toukan (1):
  net/tls: Describe ciphers sizes by const structs

 .../mellanox/mlx5/core/en_accel/ktls.h        |  7 +-
 .../mellanox/mlx5/core/en_accel/ktls_rx.c     | 45 +++++++++--
 .../mellanox/mlx5/core/en_accel/ktls_tx.c     | 41 ++++++++--
 .../mellanox/mlx5/core/en_accel/ktls_txrx.c   | 27 ++++++-
 .../mellanox/mlx5/core/en_accel/ktls_utils.h  |  8 +-
 include/net/tls.h                             | 10 +++
 net/tls/tls_device.c                          | 61 ++++++++------
 net/tls/tls_device_fallback.c                 | 79 +++++++++++++------
 net/tls/tls_main.c                            | 17 ++++
 9 files changed, 227 insertions(+), 68 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 23, 2022, 12:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 20 Sep 2022 16:01:46 +0300 you wrote:
> Hey,
> This series adds support for 256 bit TLS keys with device offload, and a
> cleanup patch to remove repeating code:
> - Patches #1-2 add cipher sizes descriptors which allow reducing the
>   amount of code duplications.
> - Patch #3 allows 256 bit keys to be TX offloaded in the tls module (RX
>   already supported).
> - Patch #4 adds 256 bit keys support to the mlx5 driver.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/4] net/tls: Describe ciphers sizes by const structs
    https://git.kernel.org/netdev/net-next/c/2d2c5ea24243
  - [net-next,v2,2/4] net/tls: Use cipher sizes structs
    https://git.kernel.org/netdev/net-next/c/ea7a9d88ba21
  - [net-next,v2,3/4] net/tls: Support 256 bit keys with TX device offload
    https://git.kernel.org/netdev/net-next/c/56e5a6d3aa91
  - [net-next,v2,4/4] net/mlx5e: Support 256 bit keys with kTLS device offload
    https://git.kernel.org/netdev/net-next/c/4960c414db35

You are awesome, thank you!