> > 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: 2cba3814932e ("crypto/kasumi: add dynamic logging") > > Cc: naga.sureshx.somarow...@intel.com > > Fixes: a05a450f42fd ("crypto/mvsam: add dynamic logging") > > Cc: t...@semihalf.com > > Fixes: f3af5f9d1325 ("crypto/zuc: add dynamic logging") > > Cc: agalyax.babu.radhakrish...@intel.com > > Fixes: a3277ad47feb ("cryptodev: remove crypto device driver name") > > Cc: slawomirx.mrozow...@intel.com > > Cc: sta...@dpdk.org > > > > Signed-off-by: Lukasz Wojciechowski <l.wojciec...@partner.samsung.com> > > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Applied to dpdk-next-crypto Thanks.