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:
parent
af061d93d9
commit
41e9c09ca8
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user