Hi Dev, > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Devanath S > Sent: Wednesday, February 08, 2017 6:27 AM > To: [email protected] > Subject: Re: [dpdk-dev] dev Digest, Vol 128, Issue 78 > > Hi *, > > We are trying to use dpdk in our security product. But the packet flow > in it requires synchronous encryption and decryption. > > Is this possible with DPDK and its software crypto library?
I think this question suits more in [email protected] mailing list, so I CC'd it. The cryptodev library in DPDK supports asynchronous crypto operations (encryption/decryption and ciphering). You would need to add another layer in your application to make it synchronous. Thanks, Pablo > > Regards, > Dev
