mbox series

[net-next,v2,0/1] net: add offload support for CHACHA20-POLY1305

Message ID 20231009080946.7655-1-louis.peens@corigine.com (mailing list archive)
Headers show
Series net: add offload support for CHACHA20-POLY1305 | expand

Message

Louis Peens Oct. 9, 2023, 8:09 a.m. UTC
This patch adds support for offloading the CHACHA20-POLY1305 ipsec
algorithm to nfp hardware. When the SADB_EALG_NONE path is hit use the
algorithm name to identify CHACHA20-POLY1305, and offload to the nfp.

Changes since v1:

Remove modification to pfkey
    The first version of this series modified xfrm itself to add new
    things in pfkey. We were informed that this was deprecated, so in
    this version the name is parsed directly as suggesting during
    review of v1.

Shihong Wang (1):
  nfp: add support CHACHA20-POLY1305 offload for ipsec

 .../net/ethernet/netronome/nfp/crypto/ipsec.c | 45 +++++++++++++++++--
 1 file changed, 42 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 12, 2023, 1:40 p.m. UTC | #1
Hello:

This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon,  9 Oct 2023 10:09:45 +0200 you wrote:
> This patch adds support for offloading the CHACHA20-POLY1305 ipsec
> algorithm to nfp hardware. When the SADB_EALG_NONE path is hit use the
> algorithm name to identify CHACHA20-POLY1305, and offload to the nfp.
> 
> Changes since v1:
> 
> Remove modification to pfkey
>     The first version of this series modified xfrm itself to add new
>     things in pfkey. We were informed that this was deprecated, so in
>     this version the name is parsed directly as suggesting during
>     review of v1.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/1] nfp: add support CHACHA20-POLY1305 offload for ipsec
    https://git.kernel.org/netdev/net-next/c/04317b129e4e

You are awesome, thank you!