SHA256
1
0
forked from pool/dpdk

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:
Markos Chandras
2018-01-16 11:52:44 +00:00
committed by Git OBS Bridge
parent 218cbc6c4f
commit cea45c9973
4 changed files with 16 additions and 0 deletions

View File

@@ -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