Re: [PATCH] crypto/openssl: performance improvements
From: De Lara Guarch, Pablo <hidden>
Date: 2017-07-28 12:07:03
-----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Akhil Goyal Sent: Friday, July 28, 2017 1:03 PM To: De Lara Guarch, Pablo <redacted>; dev@dpdk.org; Doherty, Declan [off-list ref] Cc: hemant.agrawal@nxp.com Subject: Re: [dpdk-dev] [PATCH] crypto/openssl: performance improvements On 7/28/2017 5:28 PM, De Lara Guarch, Pablo wrote:quoted
Hi Akhil,quoted
-----Original Message----- From: Akhil Goyal [mailto:akhil.goyal@nxp.com] Sent: Friday, July 28, 2017 12:08 PM To: dev@dpdk.org; Doherty, Declan <redacted> Cc: De Lara Guarch, Pablo <redacted>; hemant.agrawal@nxp.com; Akhil Goyal [off-list ref] Subject: [PATCH] crypto/openssl: performance improvements key and algo are added in the openssl ctx during session initialization instead of adding it for each packet. Also in case of HMAC the openssl APIs HMAC_XXX give better performance for all HMAC cases. Signed-off-by: Akhil Goyal <redacted>I assume that this and the other patches are meant to be for 17.11, right?yes, they are for 17.11. But, I don't mind if these can be considered for 17.08.
Unfortunately, at this stage, it is too late to include these sorts of patches in this release. Just wanted to double check with you. Thanks, Pablo
-Akhil