Re: [dpdk-dev] [PATCH v3 0/8] Add lookaside IPsec and asymmetric in cnxk crypto PMDs
From: Akhil Goyal <hidden>
Date: 2021-06-29 19:52:36
From: Akhil Goyal <hidden>
Date: 2021-06-29 19:52:36
Add rte_security (lookaside protocol - IPsec) support in crypto_cn10k. IPsec operations can be offloaded to CPT's SE and IE engines, which can process IPsec protcol operations including atomic sequence number increment (for outbound operations) and anti replay window check (for inbound operations). Add support for asymmetric operations in crypto cnxk PMDs. Following operations are supported, - RSA - DSA - ECDSA - ECPM - Modular Exponentation
Series Acked-by: Akhil Goyal [off-list ref] Applied to dpdk-next-crypto Release notes and patch title/description updated while merging.