mbox series

[v2,0/3] improve IPsec_MB dependency checks

Message ID 20190423154357.29877-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series improve IPsec_MB dependency checks |

Message

Bruce Richardson April 23, 2019, 3:43 p.m. UTC
  For both meson and make builds, the version checks for IPsec_MB library
were incomplete. This fixes both and makes the checks consistent.

Bruce Richardson (3):
  crypto/aesni_gcm: add dependency version check
  crypto/aesni_mb: cleanup of version check code
  crypto/aesni_gcm: add check for build dependency

 drivers/crypto/aesni_gcm/Makefile    | 19 ++++++++++++++++---
 drivers/crypto/aesni_gcm/meson.build | 11 +++++++++++
 drivers/crypto/aesni_mb/meson.build  | 18 +++++++++---------
 3 files changed, 36 insertions(+), 12 deletions(-)
  

Comments

Luca Boccassi April 24, 2019, 10:52 a.m. UTC | #1
On Tue, 2019-04-23 at 16:43 +0100, Bruce Richardson wrote:
> For both meson and make builds, the version checks for IPsec_MB
> library
> were incomplete. This fixes both and makes the checks consistent.
> 
> Bruce Richardson (3):
>   crypto/aesni_gcm: add dependency version check
>   crypto/aesni_mb: cleanup of version check code
>   crypto/aesni_gcm: add check for build dependency
> 
>  drivers/crypto/aesni_gcm/Makefile    | 19 ++++++++++++++++---
>  drivers/crypto/aesni_gcm/meson.build | 11 +++++++++++
>  drivers/crypto/aesni_mb/meson.build  | 18 +++++++++---------
>  3 files changed, 36 insertions(+), 12 deletions(-)
> 

Series-acked-by: Luca Boccassi <bluca@debian.org>
  
Akhil Goyal April 30, 2019, 6:48 a.m. UTC | #2
> 
> Series-acked-by: Luca Boccassi <bluca@debian.org>
> 
> 
Applied to dpdk-next-crypto

Thanks.