numam-dpdk/drivers/crypto/mvsam
Lukasz Wojciechowski 6da6baf763 drivers/crypto: fix log type variables for -fno-common
The four crypto drivers: kasumi, mvsam, snow3g and zuc define logtype
variables in their header file. As the header files are included
in more than one compilation unit, it might cause appearance
of multiple instances of the variable and a linker error.
Such situation can occur, when no common section is allowed
by the compiler settings and tentative definitions are placed
in BSS section.

Fixes: 2cba381493 ("crypto/kasumi: add dynamic logging")
Fixes: a05a450f42 ("crypto/mvsam: add dynamic logging")
Fixes: f3af5f9d13 ("crypto/zuc: add dynamic logging")
Fixes: a3277ad47f ("cryptodev: remove crypto device driver name")
Cc: stable@dpdk.org

Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2020-04-19 17:15:14 +02:00
..
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
mrvl_pmd_private.h drivers/crypto: fix log type variables for -fno-common 2020-04-19 17:15:14 +02:00
rte_mrvl_compat.h crypto/mrvl: rename PMD to mvsam 2018-05-10 17:46:19 +01:00
rte_mrvl_pmd_ops.c cryptodev: remove unused operation for queue count 2020-04-05 18:26:04 +02:00
rte_mrvl_pmd.c drivers/crypto: fix log type variables for -fno-common 2020-04-19 17:15:14 +02:00
rte_pmd_mvsam_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00