diff --git a/dpdk-thunderx.changes b/dpdk-thunderx.changes index efb907d..1bca6e0 100644 --- a/dpdk-thunderx.changes +++ b/dpdk-thunderx.changes @@ -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 diff --git a/dpdk-thunderx.spec b/dpdk-thunderx.spec index a1758c7..9a1a6e2 100644 --- a/dpdk-thunderx.spec +++ b/dpdk-thunderx.spec @@ -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 diff --git a/dpdk.changes b/dpdk.changes index efb907d..1bca6e0 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -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 diff --git a/dpdk.spec b/dpdk.spec index a7d2733..5428a8b 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -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