[dpdk-dev] [PATCH] pci: fix unneeded includes in public header file
David Christensen
drc at linux.vnet.ibm.com
Mon Mar 16 20:07:49 CET 2020
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.rivet at 6wind.com
>> Cc: stable at dpdk.org
>>
>> Signed-off-by: Bruce Richardson <bruce.richardson at 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
More information about the dev
mailing list