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
This commit is contained in:
committed by
Git OBS Bridge
parent
af061d93d9
commit
41e9c09ca8
@@ -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
|
||||
|
Reference in New Issue
Block a user