Re: [dpdk-dev] [PATCH v2 1/3] crypto/aesni_gcm: add dependency version check

2019-04-24 Thread Luca Boccassi
On Wed, 2019-04-24 at 11:38 +0100, Bruce Richardson wrote: > On Wed, Apr 24, 2019 at 10:19:20AM +0100, Luca Boccassi wrote: > > On Tue, 2019-04-23 at 16:43 +0100, Bruce Richardson wrote: > > > The aesni_mb driver and the aesni_gcm driver both require the > > > same > > > version > > > of the IPSec_

Re: [dpdk-dev] [PATCH v2 1/3] crypto/aesni_gcm: add dependency version check

2019-04-24 Thread Bruce Richardson
On Wed, Apr 24, 2019 at 10:19:20AM +0100, Luca Boccassi wrote: > On Tue, 2019-04-23 at 16:43 +0100, Bruce Richardson wrote: > > The aesni_mb driver and the aesni_gcm driver both require the same > > version > > of the IPSec_MB library, but only the former has a check of the > > library > > found by

Re: [dpdk-dev] [PATCH v2 1/3] crypto/aesni_gcm: add dependency version check

2019-04-24 Thread Luca Boccassi
On Tue, 2019-04-23 at 16:43 +0100, Bruce Richardson wrote: > The aesni_mb driver and the aesni_gcm driver both require the same > version > of the IPSec_MB library, but only the former has a check of the > library > found by meson to see if it's the correct version. Add a similar > check to > the a

Re: [dpdk-dev] [PATCH v2 1/3] crypto/aesni_gcm: add dependency version check

2019-04-24 Thread De Lara Guarch, Pablo
> -Original Message- > From: Richardson, Bruce > Sent: Tuesday, April 23, 2019 4:44 PM > To: De Lara Guarch, Pablo ; dev@dpdk.org > Cc: Richardson, Bruce > Subject: [PATCH v2 1/3] crypto/aesni_gcm: add dependency version check > > The aesni_mb driver and the aesni_gcm driver both requi

[dpdk-dev] [PATCH v2 1/3] crypto/aesni_gcm: add dependency version check

2019-04-23 Thread Bruce Richardson
The aesni_mb driver and the aesni_gcm driver both require the same version of the IPSec_MB library, but only the former has a check of the library found by meson to see if it's the correct version. Add a similar check to the aesni_gcm library's meson.build file, so that the auto-detection of depend