6da6baf763
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: |
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
mrvl_pmd_private.h | ||
rte_mrvl_compat.h | ||
rte_mrvl_pmd_ops.c | ||
rte_mrvl_pmd.c | ||
rte_pmd_mvsam_version.map |