Re: [dpdk-dev] [PATCH v3 4/9] lib: introduce ipsec library

2018-12-11 Thread Doherty, Declan
On 06/12/2018 3:38 PM, Konstantin Ananyev wrote: Introduce librte_ipsec library. The library is supposed to utilize existing DPDK crypto-dev and security API to provide application with transparent IPsec processing API. That initial commit provides some base API to manage IPsec Security Associati

[dpdk-dev] [PATCH v3 4/9] lib: introduce ipsec library

2018-12-06 Thread Konstantin Ananyev
Introduce librte_ipsec library. The library is supposed to utilize existing DPDK crypto-dev and security API to provide application with transparent IPsec processing API. That initial commit provides some base API to manage IPsec Security Association (SA) object. Signed-off-by: Mohammad Abdul Awal