numam-dpdk/drivers/bus/dpaa
Thomas Monjalon ce819b8422 bus/dpaa: fix build
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 previous definition

Fixes: 39f373cf01 ("bus/dpaa: add compatibility and helper macros")
Cc: stable@dpdk.org

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
2018-06-21 10:27:45 +02:00
..
base bus/dpaa: fix inconsistent struct alignment 2018-05-14 23:32:23 +02:00
include bus/dpaa: fix build 2018-06-21 10:27:45 +02:00
dpaa_bus.c bus/dpaa: improve dynamic logging 2018-05-14 00:37:18 +02:00
Makefile mk: add experimental tag check 2018-01-29 23:35:29 +01:00
meson.build drivers/dpaa: reduce meson dependency lists 2018-04-17 16:09:43 +02:00
rte_bus_dpaa_version.map bus/dpaa: check portal presence in the caller function 2018-01-31 13:44:54 +01:00
rte_dpaa_bus.h bus/dpaa: support device blacklisting 2018-05-14 00:34:25 +02:00
rte_dpaa_logs.h bus/dpaa: improve dynamic logging 2018-05-14 00:37:18 +02:00