Re: [dpdk-dev] [PATCH] drivers: fix gcc 10 errors due to logtype var in header

2020-04-17 Thread Akhil Goyal
> > > > Acked-by: Lukasz Wojciechowski > > > > -- Applied to dpdk-next-crypto Thanks.

Re: [dpdk-dev] [PATCH] drivers: fix gcc 10 errors due to logtype var in header

2020-04-15 Thread Bruce Richardson
On Wed, Apr 15, 2020 at 08:29:16AM +0200, Lukasz Wojciechowski wrote: > > W dniu 10.04.2020 o 19:27, Bruce Richardson pisze: > > The zlib compression driver, as well as the aesni-gcm, aesni-mb and openssl > > crypto drivers all defined the logtype variable in the header file > > directly. This giv

Re: [dpdk-dev] [PATCH] drivers: fix gcc 10 errors due to logtype var in header

2020-04-14 Thread Lukasz Wojciechowski
W dniu 10.04.2020 o 19:27, Bruce Richardson pisze: > The zlib compression driver, as well as the aesni-gcm, aesni-mb and openssl > crypto drivers all defined the logtype variable in the header file > directly. This gives errors with gcc 10, due to -fno-common being the > default, so we need to ap