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

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 3/3] crypto/aesni_gcm: add check for build dependency > > The aesni_mb driver has a check in its Makefile for t

[dpdk-dev] [PATCH v2 3/3] crypto/aesni_gcm: add check for build dependency

2019-04-23 Thread Bruce Richardson
The aesni_mb driver has a check in its Makefile for the correct version of the IPsec_MB library, but this check was missed for the aesni_gcm driver. Add this check to the makefile, removing an unnecessary assignment in the process. Suggested-by: Pablo de Lara Signed-off-by: Bruce Richardson ---