Message ID | 1664600389-5758-1-git-send-email-sbhatta@marvell.com (mailing list archive) |
---|---|
Headers | show |
Series | Introduce macsec hardware offload for cn10k platform | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Sat, 1 Oct 2022 10:29:41 +0530 you wrote: > CN10K-B and CNF10K-B variaints of CN10K silicon has macsec block(MCS) > to encrypt and decrypt packets at MAC/hardware level. This block is a > global resource with hardware resources like SecYs, SCs and SAs > and is in between NIX block and RPM LMAC. CN10K-B silicon has only > one MCS block which receives packets from all LMACS whereas > CNF10K-B has seven MCS blocks for seven LMACs. Both MCS blocks are > similar in operation except for few register offsets and some > configurations require writing to different registers. This patchset > introduces macsec hardware offloading support. AF driver manages hardware > resources and PF driver consumes them when macsec hardware offloading > is needed. > > [...] Here is the summary with links: - [net-next,v3,1/8] octeontx2-af: cn10k: Introduce driver for macsec block. https://git.kernel.org/netdev/net-next/c/ca7f49ff8846 - [net-next,v3,2/8] octeontx2-af: cn10k: mcs: Add mailboxes for port related operations https://git.kernel.org/netdev/net-next/c/080bbd19c9dd - [net-next,v3,3/8] octeontx2-af: cn10k: mcs: Manage the MCS block hardware resources https://git.kernel.org/netdev/net-next/c/cfc14181d497 - [net-next,v3,4/8] octeontx2-af: cn10k: mcs: Install a default TCAM for normal traffic https://git.kernel.org/netdev/net-next/c/bd69476e86fc - [net-next,v3,5/8] octeontx2-af: cn10k: mcs: Support for stats collection https://git.kernel.org/netdev/net-next/c/9312150af8da - [net-next,v3,6/8] octeontx2-af: cn10k: mcs: Handle MCS block interrupts https://git.kernel.org/netdev/net-next/c/6c635f78c474 - [net-next,v3,7/8] octeontx2-af: cn10k: mcs: Add debugfs support https://git.kernel.org/netdev/net-next/c/d06c2aba5163 - [net-next,v3,8/8] octeontx2-pf: mcs: Introduce MACSEC hardware offloading https://git.kernel.org/netdev/net-next/c/c54ffc73601c You are awesome, thank you!