numam-dpdk/drivers/crypto
David Marchand b3bf2367d0 crypto/ccp: fix queue alignment
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.

Fixes: ef4b04f87f ("crypto/ccp: support device init")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
2020-02-13 12:41:04 +01:00
..
aesni_gcm crypto/aesni_gcm: support CPU crypto 2020-02-05 15:29:14 +01:00
aesni_mb build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
armv8 crypto/armv8: fix clang build 2020-02-05 15:20:51 +01:00
caam_jr build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
ccp crypto/ccp: fix queue alignment 2020-02-13 12:41:04 +01:00
dpaa2_sec build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
dpaa_sec crypto/dpaa_sec: reorganize structure members 2020-02-05 15:20:51 +01:00
kasumi crypto/kasumi: use IPsec library 2020-02-05 15:16:57 +01:00
mvsam build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
nitrox build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
null build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
octeontx common/cpt: support variable key size for HMAC 2020-02-05 15:29:14 +01:00
octeontx2 crypto/octeontx2: add kmod dependency info 2020-02-13 12:41:04 +01:00
openssl build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
qat cryptodev: revert Chacha20-Poly1305 AEAD algorithm 2020-02-05 15:14:46 +01:00
scheduler build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
snow3g crypto/snow3g: use IPsec library 2020-02-05 15:17:36 +01:00
virtio build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
zuc crypto/zuc: use IPsec library 2020-02-05 15:15:32 +01:00
Makefile crypto/dpaax_sec: enable build without rte_security 2019-10-23 16:57:06 +02:00
meson.build crypto/armv8: enable meson build 2020-02-05 15:20:51 +01:00