Hi Akhil, > -----Original Message----- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Friday, July 28, 2017 12:08 PM > To: dev@dpdk.org; Doherty, Declan <declan.dohe...@intel.com> > Cc: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; > hemant.agra...@nxp.com; Akhil Goyal <akhil.go...@nxp.com> > 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 <akhil.go...@nxp.com>
I assume that this and the other patches are meant to be for 17.11, right? Thanks, Pablo