numam-dpdk/drivers
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
..
baseband build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
bus crypto/dpaa_sec: fix IOVA conversions 2020-02-05 15:20:51 +01:00
common common/mlx5: fix ABI version 2020-02-12 09:26:43 +01:00
compress crypto/qat: add minimum enqueue threshold 2020-01-15 16:45:04 +01:00
crypto crypto/ccp: fix queue alignment 2020-02-13 12:41:04 +01:00
event mk: ignore missing field initializers warning 2020-02-06 09:09:37 +01:00
mempool mempool/octeontx: fix error handling in initialization 2020-01-17 19:46:26 +01:00
net build: remove redundant config include 2020-02-11 16:50:59 +01:00
raw raw/octeontx2_ep: fix ABI version 2020-02-11 14:29:08 +01:00
vdpa vdpa/mlx5: fix ABI version 2020-02-12 09:26:43 +01:00
Makefile drivers: introduce vDPA class 2020-01-13 23:28:00 +01:00
meson.build build: allow using wildcards to disable drivers 2020-02-06 09:17:24 +01:00