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

2019-01-21 Thread Zhang, Roy Fan
o > > Subject: RE: [dpdk-dev] [PATCH] crypto/aesni_mb: fix compile > > > > > -Original Message- > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Friday, January 18, 2019 11:03 AM > > To: Ananyev, Konstantin > > Cc: Zhang,

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

2019-01-18 Thread Ananyev, Konstantin
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, January 18, 2019 11:03 AM > To: Ananyev, Konstantin > Cc: Zhang, Roy Fan ; dev@dpdk.org; > akhil.go...@nxp.com; De Lara Guarch, Pablo > > Subject: Re: [dpdk-dev] [PAT

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

2019-01-18 Thread Thomas Monjalon
18/01/2019 11:57, Ananyev, Konstantin: > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > > 16/01/2019 14:21, 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 de

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

2019-01-18 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, January 17, 2019 10:27 PM > To: Zhang, Roy Fan > Cc: dev@dpdk.org; akhil.go...@nxp.com; De Lara Guarch, Pablo > > Subject: Re: [dpdk-dev] [PATCH] crypto/

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

2019-01-17 Thread Thomas Monjalon
16/01/2019 14:21, 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 Zhan

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

2019-01-16 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fan Zhang > Sent: Wednesday, January 16, 2019 1:21 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com > Subject: [dpdk-dev] [PATCH] crypto/aesni_mb: fix compile > > This patch fixes the

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

2019-01-16 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 --- drivers/crypto/aesni_mb/Makefile |