numam-dpdk/drivers/bus/ifpga
David Christensen 61669ecb92 pci: fix build on ppc
The include file rte_debug.h is pulled into x86 builds through the
following callchain:

lib/librte_eal/common/include/generic/rte_cycles.h:17,
lib/librte_eal/common/include/arch/x86/rte_cycles.h:13,
lib/librte_eal/common/include/arch/x86/rte_spinlock.h:18,
lib/librte_eal/common/include/arch/x86/rte_rwlock.h:13,

The PPC specific version of the same callchain does not include
rte_debug.h.  Add rte_debug.h back into the C files that require it.

Fixes: 0dcba52562 ("pci: remove unneeded includes in public header file")
Cc: stable@dpdk.org

Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
Tested-by: David Wilder <dwilder@us.ibm.com>
Acked-by: David Marchand <david.marchand@redhat.com>
2020-03-17 14:53:48 +01:00
..
ifpga_bus.c pci: fix build on ppc 2020-03-17 14:53:48 +01:00
ifpga_common.c
ifpga_common.h
ifpga_logs.h
Makefile
meson.build
rte_bus_ifpga_version.map
rte_bus_ifpga.h pci: remove unneeded includes in public header file 2020-03-16 15:45:45 +01:00