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