[dpdk-dev] [PATCH] pci: restore access to RTE_VERIFY for Power builds

dwilder dwilder at us.ibm.com
Tue Mar 17 00:14:47 CET 2020


On 2020-03-16 13:47, David Christensen wrote:
> 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: 0dcba5256287 ("pci: remove unneeded includes in public header 
> file")
> Cc: bruce.richardson at intel.com
> 
> Signed-off-by: David Christensen <drc at linux.vnet.ibm.com>
> ---
...

Ran ci against this patch (with my ppc64le ci patches included), it ran 
clean.  Results are here:
https://travis-ci.org/github/djlwilder/dpdk/builds/663247710

Tested-by: David Wilder <dwilder at us.ibm.com>


More information about the dev mailing list