Accepting request 566369 from home:ndas:branches:network
- Enable(disabled by default) MLX4 and MLX5 pmd(fate#322609) - Enable(disabled by default) MLX4 and MLX5 pmd(fate#322609) OBS-URL: https://build.opensuse.org/request/show/566369 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=69
This commit is contained in:
parent
218cbc6c4f
commit
cea45c9973
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 11:20:39 CET 2018 - ndas@suse.de
|
||||
|
||||
- Enable(disabled by default) MLX4 and MLX5 pmd(fate#322609)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:03:43 UTC 2018 - marco.varlese@suse.de
|
||||
|
||||
|
@ -69,6 +69,7 @@ BuildRequires: libelf-devel
|
||||
BuildRequires: libnuma-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: pesign-obs-integration
|
||||
BuildRequires: rdma-core-devel
|
||||
BuildRequires: zlib-devel
|
||||
ExclusiveArch: aarch64
|
||||
Provides: dpdk-any = %{version}
|
||||
@ -188,6 +189,8 @@ function setdefaultconf()
|
||||
setconf CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT y $1
|
||||
setconf CONFIG_RTE_LIBRTE_PMD_PCAP y $1
|
||||
setconf CONFIG_RTE_LIBRTE_VHOST_NUMA y $1
|
||||
setconf CONFIG_RTE_LIBRTE_MLX5_PMD y $1
|
||||
setconf CONFIG_RTE_LIBRTE_MLX4_PMD y $1
|
||||
|
||||
setconf CONFIG_RTE_EAL_IGB_UIO n $1
|
||||
setconf CONFIG_RTE_KNI_KMOD n $1
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 11:20:39 CET 2018 - ndas@suse.de
|
||||
|
||||
- Enable(disabled by default) MLX4 and MLX5 pmd(fate#322609)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:03:43 UTC 2018 - marco.varlese@suse.de
|
||||
|
||||
|
@ -67,6 +67,7 @@ BuildRequires: libelf-devel
|
||||
BuildRequires: libnuma-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: pesign-obs-integration
|
||||
BuildRequires: rdma-core-devel
|
||||
BuildRequires: zlib-devel
|
||||
ExclusiveArch: aarch64 x86_64 %ix86 ppc64le
|
||||
Provides: dpdk-any = %{version}
|
||||
@ -186,6 +187,8 @@ function setdefaultconf()
|
||||
setconf CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT y $1
|
||||
setconf CONFIG_RTE_LIBRTE_PMD_PCAP y $1
|
||||
setconf CONFIG_RTE_LIBRTE_VHOST_NUMA y $1
|
||||
setconf CONFIG_RTE_LIBRTE_MLX5_PMD y $1
|
||||
setconf CONFIG_RTE_LIBRTE_MLX4_PMD y $1
|
||||
|
||||
setconf CONFIG_RTE_EAL_IGB_UIO n $1
|
||||
setconf CONFIG_RTE_KNI_KMOD n $1
|
||||
|
Loading…
Reference in New Issue
Block a user