On 3/16/20 10:49 AM, David Christensen wrote:
The rte_pci.h file includes more header files than are actually needed,
which means that all users of it also include those headers. This patch
removes the unneeded headers - adding them elsewhere where other
components
were requiring them but not including them directly.
Fixes: c752998b5e2e ("pci: introduce library and driver")
Cc: gaetan.ri...@6wind.com
Cc: sta...@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
Patch is generating build errors with meson on my POWER system, though I
don't see how they're POWER specific:
There's a pending patch to enable Travis for POWER systems:
http://patches.dpdk.org/patch/65986/
Any reason it hasn't been accepted yet? Looks like it would have caught
this problem.
Dave