Re: [dpdk-dev] [PATCH] crypto/ccp: fix queue alignment

2020-02-12 Thread Akhil Goyal
> > Caught by compiling with -fno-common. > A cacheline_aligned symbol can be found in the crypto/ccp driver > object files. > > Looking at this driver source, the cacheline_aligned (kernel?) > alignment macro is undefined. > The compiler treats this as a symbol definition and generates a

[dpdk-dev] [PATCH] crypto/ccp: fix queue alignment

2020-02-07 Thread David Marchand
Caught by compiling with -fno-common. A cacheline_aligned symbol can be found in the crypto/ccp driver object files. Looking at this driver source, the cacheline_aligned (kernel?) alignment macro is undefined. The compiler treats this as a symbol definition and generates a global symbol.