From f30006c41497ed1e8b42779adc23bd40eb5e98cf60a95b5d906de63d6712f898 Mon Sep 17 00:00:00 2001 From: Nirmoy Das Date: Mon, 28 Aug 2017 12:03:03 +0000 Subject: [PATCH] Accepting request 518735 from home:mvarlese:branches:network - Enabled CONFIG_RTE_MAJOR_ABI: libs SONAME equal the DPDK release version - Enabled CONFIG_RTE_MAJOR_ABI: libs SONAME equal the DPDK release version OBS-URL: https://build.opensuse.org/request/show/518735 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=57 --- dpdk-thunderx.changes | 5 +++++ dpdk-thunderx.spec | 3 +++ dpdk.changes | 5 +++++ dpdk.spec | 3 +++ 4 files changed, 16 insertions(+) diff --git a/dpdk-thunderx.changes b/dpdk-thunderx.changes index cdd0096..c3b5d5a 100644 --- a/dpdk-thunderx.changes +++ b/dpdk-thunderx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 25 12:09:57 UTC 2017 - marco.varlese@suse.com + +- Enabled CONFIG_RTE_MAJOR_ABI: libs SONAME equal the DPDK release version + ------------------------------------------------------------------- Fri Aug 18 14:44:37 UTC 2017 - marco.varlese@suse.com diff --git a/dpdk-thunderx.spec b/dpdk-thunderx.spec index c9338a8..5d12b63 100644 --- a/dpdk-thunderx.spec +++ b/dpdk-thunderx.spec @@ -189,6 +189,9 @@ function setdefaultconf() # Disable experimental features setconf CONFIG_RTE_NEXT_ABI n $1 + # SONAME equals to DPDK release version + setconf CONFIG_RTE_MAJOR_ABI %{version} $1 + # Enable automatic driver loading from this path setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"' $1 diff --git a/dpdk.changes b/dpdk.changes index cdd0096..c3b5d5a 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 25 12:09:57 UTC 2017 - marco.varlese@suse.com + +- Enabled CONFIG_RTE_MAJOR_ABI: libs SONAME equal the DPDK release version + ------------------------------------------------------------------- Fri Aug 18 14:44:37 UTC 2017 - marco.varlese@suse.com diff --git a/dpdk.spec b/dpdk.spec index 974ec69..69606c0 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -187,6 +187,9 @@ function setdefaultconf() # Disable experimental features setconf CONFIG_RTE_NEXT_ABI n $1 + # SONAME equals to DPDK release version + setconf CONFIG_RTE_MAJOR_ABI %{version} $1 + # Enable automatic driver loading from this path setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"' $1