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

2019-04-02 Thread David Christensen
Signed-off-by: David Christensen --- 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 th

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

2019-04-15 Thread Hunt, David
Hi David, On 2/4/2019 7:14 PM, David Christensen wrote: Signed-off-by: David Christensen --- 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

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

2019-04-15 Thread Kevin Traynor
On 02/04/2019 19:14, David Christensen wrote: I think it should have Fixes: and probably stable tags. > Signed-off-by: David Christensen > --- > 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, b