[dpdk-dev] [PATCH v2] examples/vm_power: add conditional compilation for PMD specific code

Thomas Monjalon thomas at monjalon.net
Tue Apr 23 00:05:36 CEST 2019


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 <drc at linux.vnet.ibm.com>
> 
> Acked-by: David Hunt <david.hunt at intel.com>

Fixes: c9a4779135c9 ("examples/vm_power_mgr: set MAC address of VF")

Applied, thanks




More information about the dev mailing list