From 3e36640fb058db4f61b8c7e1a2fccdd51b6accac6b853b316205a4702d29d40c Mon Sep 17 00:00:00 2001 From: Nirmoy Das Date: Thu, 25 Oct 2018 14:03:17 +0000 Subject: [PATCH] Accepting request 644658 from home:ndas:branches:network - Enable missed MLX PMDs for SLE12SP4 (bsc#1112307) - Enable missed MLX PMDs for SLE12SP4 (bsc#1112307) OBS-URL: https://build.opensuse.org/request/show/644658 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=91 --- dpdk-thunderx.changes | 5 +++++ dpdk-thunderx.spec | 4 ++-- dpdk.changes | 5 +++++ dpdk.spec | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/dpdk-thunderx.changes b/dpdk-thunderx.changes index 36ea2ca..b0008be 100644 --- a/dpdk-thunderx.changes +++ b/dpdk-thunderx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 25 15:26:53 CEST 2018 - ndas@suse.de + +- Enable missed MLX PMDs for SLE12SP4 (bsc#1112307) + ------------------------------------------------------------------- Mon Sep 24 11:52:08 UTC 2018 - Marco Varlese diff --git a/dpdk-thunderx.spec b/dpdk-thunderx.spec index 01f9f64..e4d4a8a 100644 --- a/dpdk-thunderx.spec +++ b/dpdk-thunderx.spec @@ -71,7 +71,7 @@ BuildRequires: libelf-devel BuildRequires: libnuma-devel BuildRequires: libpcap-devel BuildRequires: pesign-obs-integration -%if 0%{?sle_version} >= 150000 +%if 0%{?sle_version} >= 120400 BuildRequires: rdma-core-devel %endif BuildRequires: zlib-devel @@ -200,7 +200,7 @@ 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 -%if 0%{?sle_version} >= 150000 +%if 0%{?sle_version} >= 120400 setconf CONFIG_RTE_LIBRTE_MLX5_PMD y $1 setconf CONFIG_RTE_LIBRTE_MLX4_PMD y $1 %endif diff --git a/dpdk.changes b/dpdk.changes index 36ea2ca..b0008be 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 25 15:26:53 CEST 2018 - ndas@suse.de + +- Enable missed MLX PMDs for SLE12SP4 (bsc#1112307) + ------------------------------------------------------------------- Mon Sep 24 11:52:08 UTC 2018 - Marco Varlese diff --git a/dpdk.spec b/dpdk.spec index ec597ed..de2cf97 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -69,7 +69,7 @@ BuildRequires: libelf-devel BuildRequires: libnuma-devel BuildRequires: libpcap-devel BuildRequires: pesign-obs-integration -%if 0%{?sle_version} >= 150000 +%if 0%{?sle_version} >= 120400 BuildRequires: rdma-core-devel %endif BuildRequires: zlib-devel @@ -198,7 +198,7 @@ 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 -%if 0%{?sle_version} >= 150000 +%if 0%{?sle_version} >= 120400 setconf CONFIG_RTE_LIBRTE_MLX5_PMD y $1 setconf CONFIG_RTE_LIBRTE_MLX4_PMD y $1 %endif