18/04/2019 16:23, Hunt, David: > On 2/4/2019 7:46 PM, David Christensen wrote: > > 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. > > > > Bugzilla ID: 237 > > Fixes: Running test-build.sh Fails on ppc_64 fails due to hard-coded > > requirement for IXGBE_PMD in examples/vm_power_manager > > > > Signed-off-by: David Christensen <d...@linux.vnet.ibm.com> > > Acked-by: David Hunt <david.h...@intel.com>
Fixes: c9a4779135c9 ("examples/vm_power_mgr: set MAC address of VF") Applied, thanks