Re: [dpdk-dev] [PATCH] drivers/crypto: move logtype variables to source files

2020-04-17 Thread Akhil Goyal
> > 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

Re: [dpdk-dev] [PATCH] drivers/crypto: move logtype variables to source files

2020-04-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Lukasz Wojciechowski > Sent: Wednesday, April 15, 2020 7:22 AM > To: De Lara Guarch, Pablo ; Tomasz Duszynski > ; Michael Shamis ; Liron Himi > ; Pattan, Reshma ; Naga > Suresh Somarowthu ; Agalya Babu > RadhaKrishnan ; Mrozowicz, > SlawomirX ; Doherty, Decla

[dpdk-dev] [PATCH] drivers/crypto: move logtype variables to source files

2020-04-14 Thread Lukasz Wojciechowski
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 sect