Re: [dpdk-dev] [PATCH] net/bnxt: fix build with gcc10 default fno-common

2020-05-05 Thread Ajit Khaparde
On Tue, May 5, 2020 at 7:56 AM Kevin Traynor wrote: > On 05/05/2020 05:03, Ajit Khaparde wrote: > > From: Randy Schacher > > > > Remove the defensive compile-time checker macro. > > > > Thanks Ajit/Randy. This removes the error for bnxt on my Fedora 32 system. > > Was chatting to David and he su

Re: [dpdk-dev] [PATCH] net/bnxt: fix build with gcc10 default fno-common

2020-05-05 Thread Ajit Khaparde
On Tue, May 5, 2020 at 7:56 AM Kevin Traynor wrote: > On 05/05/2020 05:03, Ajit Khaparde wrote: > > From: Randy Schacher > > > > Remove the defensive compile-time checker macro. > > > > Thanks Ajit/Randy. This removes the error for bnxt on my Fedora 32 system. > > Was chatting to David and he su

Re: [dpdk-dev] [PATCH] net/bnxt: fix build with gcc10 default fno-common

2020-05-05 Thread Kevin Traynor
On 05/05/2020 05:03, Ajit Khaparde wrote: > From: Randy Schacher > > Remove the defensive compile-time checker macro. > Thanks Ajit/Randy. This removes the error for bnxt on my Fedora 32 system. Was chatting to David and he suggest if 'static __rte_used' could be added to the macro as an alter