Re: [PATCH] common/qat: fix build errors with incompatible IPSec lib

2023-11-22 Thread Thomas Monjalon
> > Since "find_library()" is used to find the libipsec_mb library, there is a > > chance > > that an incompatible library will be found e.g. when doing cross-builds. To > > fix > > this, we copy the logic from the crypto/ipsec_mb driver to actually do a > > link- > > check on the library before

RE: [PATCH] common/qat: fix build errors with incompatible IPSec lib

2023-11-22 Thread Power, Ciara
> -Original Message- > From: Richardson, Bruce > Sent: Wednesday, November 22, 2023 4:47 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Dooley, Brian > ; Ji, Kai ; De Lara Guarch, Pablo > ; Power, Ciara > Subject: [PATCH] common/qat: fix build errors with incompatible IPSec lib > > S