Re: [dpdk-dev] [PATCH v2] crypto/aesni_mb: fix compile

2019-01-22 Thread Thomas Monjalon
> > This patch fixes the inflexible compile issue AESNI-MB PMD. > > Originally the compile of the PMD will fail if IPSec_MB is > > not installed in default location. > > > > Fixes: c68d7aa354f6 ("crypto/aesni_mb: use architecture independent macros") > > > > Signed-off-by: Fan Zhang > > Acked-by

Re: [dpdk-dev] [PATCH v2] crypto/aesni_mb: fix compile

2019-01-21 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fan Zhang > Sent: Monday, January 21, 2019 3:56 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com > Subject: [dpdk-dev] [PATCH v2] crypto/aesni_mb: fix compile > > This patch fixes the

[dpdk-dev] [PATCH v2] crypto/aesni_mb: fix compile

2019-01-21 Thread Fan Zhang
This patch fixes the inflexible compile issue AESNI-MB PMD. Originally the compile of the PMD will fail if IPSec_MB is not installed in default location. Fixes: c68d7aa354f6 ("crypto/aesni_mb: use architecture independent macros") Signed-off-by: Fan Zhang Acked-by: Pablo de Lara --- v2: - uses