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
This commit is contained in:
parent
66ed248d25
commit
f30006c414
@ -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
|
Fri Aug 18 14:44:37 UTC 2017 - marco.varlese@suse.com
|
||||||
|
|
||||||
|
@ -189,6 +189,9 @@ function setdefaultconf()
|
|||||||
# Disable experimental features
|
# Disable experimental features
|
||||||
setconf CONFIG_RTE_NEXT_ABI n $1
|
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
|
# Enable automatic driver loading from this path
|
||||||
setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"' $1
|
setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"' $1
|
||||||
|
|
||||||
|
@ -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
|
Fri Aug 18 14:44:37 UTC 2017 - marco.varlese@suse.com
|
||||||
|
|
||||||
|
@ -187,6 +187,9 @@ function setdefaultconf()
|
|||||||
# Disable experimental features
|
# Disable experimental features
|
||||||
setconf CONFIG_RTE_NEXT_ABI n $1
|
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
|
# Enable automatic driver loading from this path
|
||||||
setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"' $1
|
setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"' $1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user