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

Ananyev, Konstantin konstantin.ananyev at intel.com
Fri Jan 18 12:55:44 CET 2019



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas at monjalon.net]
> Sent: Friday, January 18, 2019 11:03 AM
> To: Ananyev, Konstantin <konstantin.ananyev at intel.com>
> Cc: Zhang, Roy Fan <roy.fan.zhang at intel.com>; dev at dpdk.org; akhil.goyal at nxp.com; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>
> Subject: Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix compile
> 
> 18/01/2019 11:57, Ananyev, Konstantin:
> > From: dev [mailto:dev-bounces at 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 default location.
> > > >
> > > > Fixes: c68d7aa354f6 ("crypto/aesni_mb: use architecture independent macros")
> > > >
> > > > Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
> > > > ---
> > > > -IMB_HDR = /usr/include/intel-ipsec-mb.h
> > > > +IMB_HDR = $(shell echo "\#include <intel-ipsec-mb.h>" | \
> > >
> > > What is the backslash? Looks like a typo.
> >
> > Wouldn't make get confused without it?
> 
> Confused about what?

My guess was - about '#'.

> I tested without backslash, it works.

Then I was wrong with my guess.
Konstantin



More information about the dev mailing list