On 02/04/2019 19:14, David Christensen wrote: I think it should have Fixes: and probably stable tags.
> Signed-off-by: David Christensen <d...@linux.vnet.ibm.com> > --- > Running the devtools/test-build.sh script on IBM Power systems fails > because the IXGBE_PMD is explicity disabled for Power as an untested > driver, but the examples/vm_power_manager application has a hard > dependency on a function call in the IXGBE_PMD. > > Modify the example application so that all dependencies on PMD code > are conditionally compiled. > > examples/vm_power_manager/main.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+)