RE: [EXT] [dpdk-dev v5] crypto/openssl: openssl 3.0 support on sym crypto routine

2022-02-27 Thread Namburu, Chandu-babu
[Public] Hi Roy Fan, -Original Message- From: Zhang, Roy Fan Sent: Friday, February 25, 2022 7:21 PM To: Akhil Goyal ; Ji, Kai ; dev@dpdk.org Cc: Namburu, Chandu-babu Subject: RE: [EXT] [dpdk-dev v5] crypto/openssl: openssl 3.0 support on sym crypto routine Hi Akhil

RE: [EXT] [dpdk-dev v5] crypto/openssl: openssl 3.0 support on sym crypto routine

2022-02-25 Thread Zhang, Roy Fan
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Friday, February 25, 2022 10:40 AM > To: Ji, Kai ; dev@dpdk.org > Cc: Zhang, Roy Fan > Subject: RE: [EXT] [dpdk-dev v5] crypto/openssl: openssl 3.0 support on sym > crypto routine > > Hi Kai, >

RE: [EXT] [dpdk-dev v5] crypto/openssl: openssl 3.0 support on sym crypto routine

2022-02-25 Thread Ji, Kai
HI Akhil, > > When DPDK is compiled with openssl 3.0. I am seeing these errors in > compilation. > So, compilation is broken and we cannot take this patch as is. > We have few options, > - fix all of these errors, > - add exception in meson.build for ignoring these errors. > - disable/skip compi

RE: [EXT] [dpdk-dev v5] crypto/openssl: openssl 3.0 support on sym crypto routine

2022-02-25 Thread Akhil Goyal
Hi Kai, > > The warning messages are deprecated APIs warnings from openssl , not > compiler warnings from gcc, the integrity of DPDK remain the same. > Alongside openssl pmd, the ccp and qat pmd also raise the same type of > warnings once openssl 3.0 installed. > > In the current intel roadmap,

RE: [EXT] [dpdk-dev v5] crypto/openssl: openssl 3.0 support on sym crypto routine

2022-02-25 Thread Ji, Kai
February 25, 2022 3:56 AM > To: Ji, Kai ; dev@dpdk.org > Cc: Zhang, Roy Fan > Subject: RE: [EXT] [dpdk-dev v5] crypto/openssl: openssl 3.0 support on sym > crypto routine > > Hi Kai, > > Hi Akhil, > > > > This patch was intend to support Openssl 3.0 on sy

RE: [EXT] [dpdk-dev v5] crypto/openssl: openssl 3.0 support on sym crypto routine

2022-02-24 Thread Akhil Goyal
Hi Kai, > Hi Akhil, > > This patch was intend to support Openssl 3.0 on symmetric crypto algorithms > only, where the deprecated APIs, compile warnings and failing test cases were > fixed. > All the asymmetric crypto related issues stay untreated and will be fixed in > the > next patch. > How ca

RE: [EXT] [dpdk-dev v5] crypto/openssl: openssl 3.0 support on sym crypto routine

2022-02-24 Thread Ji, Kai
> -Original Message- > From: Akhil Goyal > Sent: Thursday, February 24, 2022 7:03 PM > To: Ji, Kai ; dev@dpdk.org > Cc: Zhang, Roy Fan > Subject: RE: [EXT] [dpdk-dev v5] crypto/openssl: openssl 3.0 support on sym > crypto routine > > > This patch update the symmetric EVP

RE: [EXT] [dpdk-dev v5] crypto/openssl: openssl 3.0 support on sym crypto routine

2022-02-24 Thread Akhil Goyal
> This patch update the symmetric EVP routine in crypto openssl pmd > to adopt openssl 3.0 library. > > Signed-off-by: Kai Ji > > v5: > - checkpatch fix > > v4: > - code comments addressed > > v3: > - rebase to 22.03-RC1 > - enable openssl 3.0 lagacy library of DES > - remove local ctx in comb