From c4b4cf42b8b332e09eb51a6ece3eccb6afcb6f3c1e5144b8425d13cf27b5a612 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 20 Feb 2017 09:25:09 +0000 Subject: [PATCH 1/2] Accepting request 458688 from home:ndas:branches:network - Do not disable cryptodev as EXPREMENTAL tag has been removed. - Remove CONFIG_RTE_LIBRTE_MBUF_OFFLOAD as cryptodev is not depending on it anymore and its removed from the upstream. - Do not disable cryptodev as EXPREMENTAL tag has been removed. - Remove CONFIG_RTE_LIBRTE_MBUF_OFFLOAD as cryptodev is not depending on it anymore and its removed from the upstream. OBS-URL: https://build.opensuse.org/request/show/458688 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=33 --- dpdk-thunderx.changes | 7 +++++++ dpdk-thunderx.spec | 4 +--- dpdk.changes | 7 +++++++ dpdk.spec | 4 +--- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/dpdk-thunderx.changes b/dpdk-thunderx.changes index f8877f9..3bda18b 100644 --- a/dpdk-thunderx.changes +++ b/dpdk-thunderx.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 16 18:29:43 CET 2017 - ndas@suse.de + +- Do not disable cryptodev as EXPREMENTAL tag has been removed. +- Remove CONFIG_RTE_LIBRTE_MBUF_OFFLOAD as cryptodev is not depending + on it anymore and its removed from the upstream. + ------------------------------------------------------------------- Fri Feb 10 11:24:27 CET 2017 - ndas@suse.de diff --git a/dpdk-thunderx.spec b/dpdk-thunderx.spec index 7957c09..7b153c1 100644 --- a/dpdk-thunderx.spec +++ b/dpdk-thunderx.spec @@ -14,6 +14,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# needssslcertforbuild %define machine native @@ -171,8 +172,6 @@ make CC=gcc-6 V=1 O=%{target} T=%{target} %{?_smp_mflags} config setconf CONFIG_RTE_MACHINE '"%{machine2}"' # Disable experimental features setconf CONFIG_RTE_NEXT_ABI n -setconf CONFIG_RTE_LIBRTE_CRYPTODEV n -setconf CONFIG_RTE_LIBRTE_MBUF_OFFLOAD n # Enable automatic driver loading from this path setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"' @@ -213,7 +212,6 @@ make CC=gcc-6 V=1 O=%{target}/examples T=%{target} %{?_smp_mflags} examples export EXTRA_CFLAGS='-DVERSION=\"%{version}\"' export INSTALL_MOD_PATH=%{buildroot} export INSTALL_MOD_DIR=updates -# needssslcertforbuild export BRP_PESIGN_FILES="*.ko" for flavor in %{flavors_to_build}; do diff --git a/dpdk.changes b/dpdk.changes index f8877f9..3bda18b 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 16 18:29:43 CET 2017 - ndas@suse.de + +- Do not disable cryptodev as EXPREMENTAL tag has been removed. +- Remove CONFIG_RTE_LIBRTE_MBUF_OFFLOAD as cryptodev is not depending + on it anymore and its removed from the upstream. + ------------------------------------------------------------------- Fri Feb 10 11:24:27 CET 2017 - ndas@suse.de diff --git a/dpdk.spec b/dpdk.spec index e46a436..b98d087 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -14,6 +14,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# needssslcertforbuild %define machine native @@ -169,8 +170,6 @@ make CC=gcc-6 V=1 O=%{target} T=%{target} %{?_smp_mflags} config setconf CONFIG_RTE_MACHINE '"%{machine2}"' # Disable experimental features setconf CONFIG_RTE_NEXT_ABI n -setconf CONFIG_RTE_LIBRTE_CRYPTODEV n -setconf CONFIG_RTE_LIBRTE_MBUF_OFFLOAD n # Enable automatic driver loading from this path setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"' @@ -211,7 +210,6 @@ make CC=gcc-6 V=1 O=%{target}/examples T=%{target} %{?_smp_mflags} examples export EXTRA_CFLAGS='-DVERSION=\"%{version}\"' export INSTALL_MOD_PATH=%{buildroot} export INSTALL_MOD_DIR=updates -# needssslcertforbuild export BRP_PESIGN_FILES="*.ko" for flavor in %{flavors_to_build}; do From a96c423d072901b58ebbcd046e0dbf7e2dfd43ff898e9f2ca6c7b751188ffd74 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 24 Feb 2017 13:21:15 +0000 Subject: [PATCH 2/2] Accepting request 460203 from home:ndas:branches:network - Fix broken dpdk-pmd/* soft links(bsc#1026804). - Fix broken dpdk-pmd/* soft links(bsc#1026804). OBS-URL: https://build.opensuse.org/request/show/460203 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=34 --- dpdk-thunderx.changes | 5 +++++ dpdk-thunderx.spec | 2 +- dpdk.changes | 5 +++++ dpdk.spec | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dpdk-thunderx.changes b/dpdk-thunderx.changes index 3bda18b..826bf5b 100644 --- a/dpdk-thunderx.changes +++ b/dpdk-thunderx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 24 13:46:44 CET 2017 - ndas@suse.de + +- Fix broken dpdk-pmd/* soft links(bsc#1026804). + ------------------------------------------------------------------- Thu Feb 16 18:29:43 CET 2017 - ndas@suse.de diff --git a/dpdk-thunderx.spec b/dpdk-thunderx.spec index 7b153c1..a1e6935 100644 --- a/dpdk-thunderx.spec +++ b/dpdk-thunderx.spec @@ -243,7 +243,7 @@ done # Create a driver directory with symlinks to all pmds mkdir -p %{buildroot}/%{pmddir} -for f in %{buildroot}/%{_libdir}/*_pmd_*.so; do +for f in %{buildroot}/%{_libdir}/*_pmd_*.so.*; do bn=$(basename ${f}) ln -s ../${bn} %{buildroot}%{pmddir}/${bn} done diff --git a/dpdk.changes b/dpdk.changes index 3bda18b..826bf5b 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 24 13:46:44 CET 2017 - ndas@suse.de + +- Fix broken dpdk-pmd/* soft links(bsc#1026804). + ------------------------------------------------------------------- Thu Feb 16 18:29:43 CET 2017 - ndas@suse.de diff --git a/dpdk.spec b/dpdk.spec index b98d087..784a4dd 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -241,7 +241,7 @@ done # Create a driver directory with symlinks to all pmds mkdir -p %{buildroot}/%{pmddir} -for f in %{buildroot}/%{_libdir}/*_pmd_*.so; do +for f in %{buildroot}/%{_libdir}/*_pmd_*.so.*; do bn=$(basename ${f}) ln -s ../${bn} %{buildroot}%{pmddir}/${bn} done