> -----Original Message-----
> From: Richardson, Bruce
> Sent: Friday, April 19, 2019 11:01 AM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; Doherty,
> Declan <declan.dohe...@intel.com>; Richardson, Bruce
> <bruce.richard...@intel.com>
> Subject: [PATCH 2/2] crypto/aesni_mb: cleanup of version check code
>
> The version check for the IPSec_MB library present in the aesni_gcm library's
> meson.build file is a little cleaner than that given here, so update this one
> so
> that both work identically.
>
> While one could use the checks done in the other right now, potentially in
> future they may have different version dependencies, or may be compiled in
> different orders, so keep the code duplicated for safety, since it's only a
> few
> lines.
>
> Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>