RE: [PATCH] crypto/qat: fix build when no openssl exists

2023-10-31 Thread Dooley, Brian
Hi Ciara, > -Original Message- > From: Power, Ciara > Sent: Friday, October 27, 2023 3:23 PM > To: dev@dpdk.org > Cc: Power, Ciara ; Dooley, Brian > ; sta...@dpdk.org; Ji, Kai > Subject: [PATCH] crypto/qat: fix build when no openssl exists > > Previously some

RE: [EXT] [PATCH] crypto/qat: fix build when no openssl exists

2023-10-30 Thread Akhil Goyal
> Previously some compilation errors existed when no openssl > was installed on the system, and intel-ipsec-mb was installed, > due to missing headers and macros. > > This patch fixes the issue by adding in extra ifdefs around openssl > specific code paths, and by adding the relevant macros explic

Re: [PATCH] crypto/qat: fix build when no openssl exists

2023-10-27 Thread Ji, Kai
Acked-by: Kai Ji mailto:kai...@intel.com>> From: Power, Ciara Sent: 27 October 2023 15:23 To: dev@dpdk.org Cc: Power, Ciara ; Dooley, Brian ; sta...@dpdk.org ; Ji, Kai Subject: [PATCH] crypto/qat: fix build when no openssl exists Previously some compi

[PATCH] crypto/qat: fix build when no openssl exists

2023-10-27 Thread Ciara Power
Previously some compilation errors existed when no openssl was installed on the system, and intel-ipsec-mb was installed, due to missing headers and macros. This patch fixes the issue by adding in extra ifdefs around openssl specific code paths, and by adding the relevant macros explicitly in QAT