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

2020-05-06 Thread Thomas Monjalon
05/05/2020 12:33, Ferruh Yigit: > On 5/4/2020 10:17 AM, Harman Kalra wrote: > > 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 war

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

2020-05-05 Thread Ferruh Yigit
On 5/4/2020 10:17 AM, Harman Kalra wrote: > 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/co