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

Kevin Traynor ktraynor at redhat.com
Mon Apr 15 18:40:47 CEST 2019


On 02/04/2019 19:14, David Christensen wrote:

I think it should have Fixes: and probably stable tags.

> Signed-off-by: David Christensen <drc at 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(+)



More information about the stable mailing list