> > This patchset adds initial support for CPT in common code for Marvell > CN10K > > SoC. > > > > CPT is the hardware cryptographic block available in 'cnxk' family SoC. CPT, > > with its microcoded engines can support symmetric, asymmetric and IPsec > > operations. CPT can associate with NIX (rte_ethdev) to enable inline IPsec > > functionality. Similarly, CPT can associate with SSO (rte_eventdev) to > > enable crypto adapter. > > > > Based on CNXK common driver, new crypto PMDs would be added under > > 'crypto/cnxk'. > > > > Changes in v2 > > - Moved FPM & EC tables to RoC > > - Moved set_key routines to RoC > > - Added inline IPsec required mboxes and framework > > - Added security common code > > - Added plt_dp_* log based on Akhil's comment > > > Series Acked-by: Akhil Goyal <gak...@marvell.com>
A couple of small issues fixed while applying in patch title/description. Applied to dpdk-next-crypto Thanks.