Re: [dpdk-dev] [PATCH v3 0/8] Add lookaside IPsec and asymmetric in cnxk crypto PMDs

2021-06-29 Thread Akhil Goyal
> > 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 > inbo

[dpdk-dev] [PATCH v3 0/8] Add lookaside IPsec and asymmetric in cnxk crypto PMDs

2021-06-29 Thread Anoob Joseph
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)