Re: [dpdk-dev] [PATCH] common/octeontx: fix GCC 9.1 ABI break

2020-05-04 Thread Harman Kalra
On Sat, May 02, 2020 at 09:40:31PM +0530, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > GCC 9.1 fixes a bug with passing bitfields as pass by value in function > parameters and generates a warning for the same as below: > > drivers/common/octeontx/octeontx_mbox.c:282:1: note: param

[dpdk-dev] [PATCH] common/octeontx: fix GCC 9.1 ABI break

2020-05-02 Thread pbhagavatula
From: Pavan Nikhilesh GCC 9.1 fixes a bug with passing bitfields as pass by value in function parameters and generates a warning for the same as below: drivers/common/octeontx/octeontx_mbox.c:282:1: note: parameter passing for argument of type ‘struct mbox_intf_ver’ changed in GCC 9.1 Fix the w