numam-dpdk/examples/vm_power_manager
David Christensen 70b2c7f12c examples/power: fix build with some disabled PMDs
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: c9a4779135 ("examples/vm_power_mgr: set MAC address of VF")

Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
Acked-by: David Hunt <david.hunt@intel.com>
2019-04-23 00:15:10 +02:00
..
guest_cli examples: detect default build directory 2019-03-30 01:12:15 +01:00
channel_manager.c power: fix buffer overruns 2019-04-23 00:15:10 +02:00
channel_manager.h power: fix buffer overruns 2019-04-23 00:15:10 +02:00
channel_monitor.c examples/power: fix string overflow 2019-04-23 00:15:10 +02:00
channel_monitor.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
main.c examples/power: fix build with some disabled PMDs 2019-04-23 00:15:10 +02:00
Makefile examples: detect default build directory 2019-03-30 01:12:15 +01:00
meson.build examples/power: support meson/ninja build 2018-10-26 10:51:37 +02:00
oob_monitor_nop.c examples/vm_power: add oob monitoring functions 2018-07-20 22:53:17 +02:00
oob_monitor_x86.c examples/power: fix overflowed value 2019-04-23 00:15:10 +02:00
oob_monitor.h examples/vm_power: add oob monitoring functions 2018-07-20 22:53:17 +02:00
parse.c examples/vm_power: add core list parameter 2018-07-20 22:53:17 +02:00
parse.h examples/vm_power: add core list parameter 2018-07-20 22:53:17 +02:00
power_manager.c power: fix buffer overruns 2019-04-23 00:15:10 +02:00
power_manager.h power: fix buffer overruns 2019-04-23 00:15:10 +02:00
vm_power_cli.c power: fix buffer overruns 2019-04-23 00:15:10 +02:00
vm_power_cli.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00