98c7b9c97e
'cpt_logtype' & 'otx_cryptodev_driver_id' global variables are defined
in a header file which was causing multiple definitions of the
variables. Fixed it by moving the required vars to the .c file and
introducing a new macro so the CPT_LOG macros in common/cpt would use
the associated PMD log var.
Issue has been detected by '-fno-common' gcc flag.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
otx_cryptodev_capabilities.c | ||
otx_cryptodev_capabilities.h | ||
otx_cryptodev_hw_access.c | ||
otx_cryptodev_hw_access.h | ||
otx_cryptodev_mbox.c | ||
otx_cryptodev_mbox.h | ||
otx_cryptodev_ops.c | ||
otx_cryptodev_ops.h | ||
otx_cryptodev.c | ||
otx_cryptodev.h | ||
rte_pmd_octeontx_crypto_version.map |