RE: [EXTERNAL] Re: ipsec on dpdk

2024-07-31 Thread Akhil Goyal
Hi Yaron, Please see the inline replies. > Hello, > > Adding Cc some experts. > > About the IPsec support, we are writing a document, it is in progress. > > > 28/07/2024 14:51, Yaron Illouz: > > Hi > > > > I am interested to do ipsec encoding and decoding in my dpdk application > > From my re

Re: ipsec on dpdk

2024-07-31 Thread Thomas Monjalon
Hello, Adding Cc some experts. About the IPsec support, we are writing a document, it is in progress. 28/07/2024 14:51, Yaron Illouz: > Hi > > I am interested to do ipsec encoding and decoding in my dpdk application > From my readings, i understand ipsec can be done one time in the nic (inline

ipsec on dpdk

2024-07-28 Thread Yaron Illouz
Hi I am interested to do ipsec encoding and decoding in my dpdk application From my readings, i understand ipsec can be done one time in the nic (inline ipsec) or with multiple calls (rte_cryptodev_enqueue_burst, rte_cryptodev_dequeue_burst) 1. If ipsec is done by nic I only need to cal