From 41e9c09ca89f7a0882119a44cd01d6085cc81e3bf2c0942d87a9503de710e7f5 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 28 Feb 2018 08:18:10 +0000 Subject: [PATCH] Accepting request 580872 from home:mvarlese:branches:network - The vm_power example does not work for ppc64le since it uses the IXGBE PMD driver which is not available for that platform: * Disable CONFIG_RTE_LIBRTE_POWER for the sample application; * Disable CONFIG_RTE_LIBRTE_IXGBE_PMD for the actual PMD driver; - The vm_power example does not work for ppc64le since it uses the IXGBE PMD driver which is not available for that platform: * Disable CONFIG_RTE_LIBRTE_POWER for the sample application; * Disable CONFIG_RTE_LIBRTE_IXGBE_PMD for the actual PMD driver; OBS-URL: https://build.opensuse.org/request/show/580872 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=72 --- dpdk-thunderx.changes | 7 +++++++ dpdk-thunderx.spec | 2 ++ dpdk.changes | 7 +++++++ dpdk.spec | 2 ++ 4 files changed, 18 insertions(+) diff --git a/dpdk-thunderx.changes b/dpdk-thunderx.changes index 3a5a954..c6eeda1 100644 --- a/dpdk-thunderx.changes +++ b/dpdk-thunderx.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 28 07:02:13 UTC 2018 - marco.varlese@suse.de + +- The vm_power example does not work for ppc64le since it uses the IXGBE PMD driver which is not available for that platform: + * Disable CONFIG_RTE_LIBRTE_POWER for the sample application; + * Disable CONFIG_RTE_LIBRTE_IXGBE_PMD for the actual PMD driver; + ------------------------------------------------------------------- Tue Feb 27 14:45:25 UTC 2018 - marco.varlese@suse.de diff --git a/dpdk-thunderx.spec b/dpdk-thunderx.spec index 57f9ca0..2a91b8a 100644 --- a/dpdk-thunderx.spec +++ b/dpdk-thunderx.spec @@ -204,6 +204,8 @@ function setdefaultconf() %endif %ifarch ppc64le setconf CONFIG_RTE_LIBRTE_PMD_RING n $1 + setconf CONFIG_RTE_LIBRTE_IXGBE_PMD n $1 + setconf CONFIG_RTE_LIBRTE_POWER n $1 %endif } # In case dpdk-devel is installed, we should ignore its hints about the SDK directories diff --git a/dpdk.changes b/dpdk.changes index 3a5a954..c6eeda1 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 28 07:02:13 UTC 2018 - marco.varlese@suse.de + +- The vm_power example does not work for ppc64le since it uses the IXGBE PMD driver which is not available for that platform: + * Disable CONFIG_RTE_LIBRTE_POWER for the sample application; + * Disable CONFIG_RTE_LIBRTE_IXGBE_PMD for the actual PMD driver; + ------------------------------------------------------------------- Tue Feb 27 14:45:25 UTC 2018 - marco.varlese@suse.de diff --git a/dpdk.spec b/dpdk.spec index 4c296c7..00a283f 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -202,6 +202,8 @@ function setdefaultconf() %endif %ifarch ppc64le setconf CONFIG_RTE_LIBRTE_PMD_RING n $1 + setconf CONFIG_RTE_LIBRTE_IXGBE_PMD n $1 + setconf CONFIG_RTE_LIBRTE_POWER n $1 %endif } # In case dpdk-devel is installed, we should ignore its hints about the SDK directories