Message ID | 20241204055659.1700459-1-bbhushan2@marvell.com (mailing list archive) |
---|---|
Headers | show |
Series | cn10k-ipsec: Add outbound inline ipsec support | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 4 Dec 2024 11:26:51 +0530 you wrote: > This patch series adds outbound inline ipsec support on Marvell > cn10k series of platform. One crypto hardware logical function > (cpt-lf) per netdev is required for inline ipsec outbound > functionality. Software prepare and submit crypto hardware > (CPT) instruction for outbound inline ipsec crypto mode offload. > The CPT instruction have details for encryption and authentication > Crypto hardware encrypt, authenticate and provide the ESP packet > to network hardware logic to transmit ipsec packet. > > [...] Here is the summary with links: - [net-next,v10,1/8] octeontx2-pf: map skb data as device writeable https://git.kernel.org/netdev/net-next/c/195c3d463181 - [net-next,v10,2/8] octeontx2-pf: Move skb fragment map/unmap to common code https://git.kernel.org/netdev/net-next/c/c460b7442a6b - [net-next,v10,3/8] octeontx2-af: Disable backpressure between CPT and NIX https://git.kernel.org/netdev/net-next/c/a7ef63dbd588 - [net-next,v10,4/8] cn10k-ipsec: Init hardware for outbound ipsec crypto offload https://git.kernel.org/netdev/net-next/c/fe079ab05d49 - [net-next,v10,5/8] cn10k-ipsec: Add SA add/del support for outb ipsec crypto offload https://git.kernel.org/netdev/net-next/c/c45211c23697 - [net-next,v10,6/8] cn10k-ipsec: Process outbound ipsec crypto offload https://git.kernel.org/netdev/net-next/c/6a77a158848a - [net-next,v10,7/8] cn10k-ipsec: Allow ipsec crypto offload for skb with SA https://git.kernel.org/netdev/net-next/c/32188be805d0 - [net-next,v10,8/8] cn10k-ipsec: Enable outbound ipsec crypto offload https://git.kernel.org/netdev/net-next/c/b3ae3dc3a30f You are awesome, thank you!