Re: [dpdk-dev] [PATCH] bus/dpaa: fix build

2018-06-21 Thread Thomas Monjalon
21/06/2018 09:58, Shreyansh Jain: > On Wednesday 20 June 2018 07:39 PM, Thomas Monjalon wrote: > > The DPAA bus driver is defining some macros without prefix. > > So it can conflict with other libraries like libbsd: > > > > drivers/bus/dpaa/include/compat.h:53: > > error: "__packed

Re: [dpdk-dev] [PATCH] bus/dpaa: fix build

2018-06-21 Thread Shreyansh Jain
On Wednesday 20 June 2018 07:39 PM, Thomas Monjalon wrote: The DPAA bus driver is defining some macros without prefix. So it can conflict with other libraries like libbsd: drivers/bus/dpaa/include/compat.h:53: error: "__packed" redefined /usr/include/bsd/sys/cdefs

[dpdk-dev] [PATCH] bus/dpaa: fix build

2018-06-20 Thread Thomas Monjalon
The DPAA bus driver is defining some macros without prefix. So it can conflict with other libraries like libbsd: drivers/bus/dpaa/include/compat.h:53: error: "__packed" redefined /usr/include/bsd/sys/cdefs.h:120: note: this is the location of the pre