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

2019-04-23 Thread Bruce Richardson
On Tue, Apr 23, 2019 at 03:38:58PM +0100, De Lara Guarch, Pablo wrote: > > > > -Original Message- > > From: Richardson, Bruce > > Sent: Friday, April 19, 2019 11:01 AM > > To: dev@dpdk.org > > Cc: De Lara Guarch, Pablo ; Doherty, > > Declan ; Richardson, Bruce > > > > Subject: [PATCH 1/2

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

2019-04-23 Thread De Lara Guarch, Pablo
> -Original Message- > From: Richardson, Bruce > Sent: Friday, April 19, 2019 11:01 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Doherty, > Declan ; Richardson, Bruce > > Subject: [PATCH 1/2] crypto/aesni_gcm: add dependency version check > > The aesni_mb driver and the aesni_gc

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

2019-04-19 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 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 dependencies wo